NekoNya.js is a NekoNya API wrapper for Node.js.
npm i nekonya.js
const NekoNya = require('nekonya.js');
(async () => {
const url = await NekoNya.neko();
console.log(url);
})();
See our official docs.
- NekoNya
- neko() - Returns a random neko image URL.
- hug() - Returns a random hug image URL.
- pat() - Returns a random pat image URL.
- kiss() - Returns a random kiss image URL.
- kitsune() - Returns a random kitsune image URL.
- slap() - Returns a random slap image URL.
- eightball(cute?: boolean) - Returns a random 8ball answer.
- owoify(text: string) - Returns an owoified text.
- get(endpoint: string) - Gets an image from the API (raw JSON) with a special endpoint parameter.
This project is licensed under the MIT License - see the LICENSE file for details.
You can contact me on WorldWild Studios's official Discord, or you can use my contact email.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.