1.0.7 • Published 3 years ago

fuyuumi-api.js v1.0.7

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

Installation

npm installfuyuumi-api.js --save

Example

Async/Await example

const Neko = require('fuyuumi-api.js');

async function test() {
  console.log(await Neko("neko")); 
}
test();

async function test() {
  console.log(await Neko("endpoint")); // Returns the list of endpoints
}
test();

Promise example

const Neko = require("fuyuumi-api.js");

Neko("neko").then((res) => {
    console.log(res);
});

Neko("endpoint").then((res) => {
    console.log(res); // Returns the list of endpoints
});

Endpoints

SFW

FunctionDescription
nekoGet a URL of a neko image
slapGets a URL of a slap gif
patGet a URL of a pat gif
kissGet a URL of a kiss gif
hugGet a URL of a hug gif
disgustGet a URL of a disgust gif
patGet a URL of a pat gif
cryGet a URL of a cry gif
smugGet a URL of a smug gif
punchGet a URL of a punch gif
boredGet a URL of a bored gif
bangheadGet a URL of a banghead gif
blushGet a URL of a blush gif
biteGet a URL of a bite gif
happyGet a URL of a happy gif
eatGet a URL of a eat gif
angryGet a URL of a angry gif
confusedGet a URL of a confused gif
deredereGet a URL of a deredere gif
smileGet a URL of a smile gif
sleepGet a URL of a sleep gif
spankGet a URL of a spank gif
screamGet a URL of a scream gif
shrugGet a URL of a shrug gif
sadGet a URL of a sad gif
yandereGet a URL of a yandere gif

Full Neko Love API documentation

Links