nekos.best-api

An wrapper for nekos.best api

Usage no npm install needed!

<script type="module">
  import nekosBestApi from 'https://cdn.skypack.dev/nekos.best-api';
</script>

README

nekos.best-api

An easy-to-use wrapper for the nekos.best api!

How to use:


const NekoClient = require("nekos.best-api") 

//instantiate a neko client 
const client = new NekoClient()

//there's only one event and it's the ready one 
client.on("ready", () => {
    
    //get a neko url and log to console 
    console.log(client.nekos())
}) 

Methods

nekos() - get a random neko url

cuddle() - get a random neko cuddle url

feed() - get a random neko feed url

hug() - get a random neko hug url

kiss() - get a random neko kiss url

pat() - get a random neko pat url

poke() - get a random neko poke url

slap() - get a random neko slap url

tickle() - get a random neko tickle url

This package will be updated as soon as nekos.best updates its api!