neko-love.js
v1.0.4
Published
Official module of the Neko-Love API
Readme
Neko-love.JS
Official module of the Neko-Love API
Installation
npm install neko-love.js --saveExample
Await/Async example
const Neko = require('neko-love.js');
async function test() {
console.log(await Neko("neko")); // https://neko-love.xyz/v1/neko/neko-love_314.png
}
test();
Promise example
const Neko = require("neko-love.js");
Neko("neko").then((url) => {
console.log(url); // https://neko-love.xyz/v1/neko/neko-love_314.png
});Endpoints
SFW
| Function | Description |
| -------- | ----------- |
| neko | Get a URL of a neko image |
| slap | Gets a URL of a slap image/gif |
| pat | Get a URL of a pat image/gif |
| kiss | Get a URL of a kiss image/gif |
| hug | Get a URL of a hug image/gif |
| kitsune | Get a URL of a fox girl image |
| pat | Get a URL of a pat image/gif |
| cry | Get a URL of a cry image/gif |
| waifu | Get a URL of a waifu image |
NSFW
| Function | Description |
| -------- | ----------- |
| nekolewd | Get a URL of a neko hentai image |
Full Neko Love API documentation

