1.0.4 • Published 4 years ago

neko-love.js v1.0.4

Weekly downloads
9
License
MIT
Repository
github
Last release
4 years ago

npm npm install size

NPM

Neko-love.JS

Official module of the Neko-Love API

Installation

npm install neko-love.js --save

Example

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

FunctionDescription
nekoGet a URL of a neko image
slapGets a URL of a slap image/gif
patGet a URL of a pat image/gif
kissGet a URL of a kiss image/gif
hugGet a URL of a hug image/gif
kitsuneGet a URL of a fox girl image
patGet a URL of a pat image/gif
cryGet a URL of a cry image/gif
waifuGet a URL of a waifu image

NSFW

FunctionDescription
nekolewdGet a URL of a neko hentai image

Full Neko Love API documentation

Links