0.4.0 • Published 4 years ago

neko-chxn v0.4.0

Weekly downloads
7
License
GPL-3.0
Repository
github
Last release
4 years ago

npm npm install size

NPM

Neko-chxn

This is the official neko-chxn.xyz nodejs wrapper. It is written in typescript, so all endpoints and responses are fully typed. All endpoints return Promise<{ url: theUrl}>. You will need to handle this promise accordingly.

Usage

const neko = require('neko-chxn');

neko.blush().then(result => console.log(result));
// Output: { "url": "https://api.neko-chxn.xyz/v1/blush/output/blush_002.gif" }

Current Endpoints

EndpointRatingDescription
blushSFWGet a blush gif
crySFWGet a crying gif
cuddleSFWGet a cuddle gif
danceSFWGet a dance gif
hugSFWGet a hug gif
kickSFWGet a kick gif
kissSFWGet a kiss gif
loveSFWGet a love gif
patSFWGet a pat gif
punchSFWGet a punch gif
smirkSFWGet a smirk gif
tickleSFWGet a tickle gif
yellSFWGet a yell gif