neko-love
v2.0.2
Published
A Neko Love API wrapper !
Downloads
193
Maintainers
Readme
Neko Love API
This package is an unofficial wrapper to easly get images from neko-love.xyz!
Installation
npm install neko-love --save
Example
const Neko = require("neko-love");
const client = new Neko.Client();
client.kiss().then((url) => {
console.log(url); // https://neko-love.xyz/v1/kiss/neko-love_kiss_24.jpg
});
client.cry().then((url) => {
console.log(url); // https://neko-love.xyz/v1/cry/neko-love-cry_20.gif
});
// You can also make the calls yourself
client.get("cry").then((data) => {
console.log(data.url); // https://neko-love.xyz/v2/blur/1587970389017-1587970389017.png
});
Endpoints
Random Images
SFW
- neko
- kitsune
- pat
- hug
- waifu
- cry
- kiss
- slap
- smug
- punch
NSFW
- nekolewd
Full Neko Love API documentation