neko-love.js

1.0.4 • Public • Published

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

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

Links

Readme

Keywords

Package Sidebar

Install

npm i neko-love.js

Weekly Downloads

1

Version

1.0.4

License

MIT

Unpacked Size

3.62 kB

Total Files

3

Last publish

Collaborators

  • steven-debande