1.0.1 • Published 4 years ago

api-ximi v1.0.1

Weekly downloads
2
License
ISC
Repository
github
Last release
4 years ago

Neko Love API

This package is a 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
});

Endpoints

SFW

  • neko
  • kitsune
  • hug
  • pat
  • waifu
  • cry
  • kiss

NSFW

  • nekolewd

Full Neko Love API documentation

Links