neko-love
TypeScript icon, indicating that this package has built-in type declarations

2.0.2 • Public • Published

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

Links

Dependencies (3)

Dev Dependencies (5)

Package Sidebar

Install

npm i neko-love

Weekly Downloads

158

Version

2.0.2

License

ISC

Unpacked Size

12.5 kB

Total Files

8

Last publish

Collaborators

  • androz2091