Welcome to the official repository of NekoNya.
This is a public archive of NekoNya's old "frontend".
NekoNya is an anime and neko themed utility website that contains a lot of features, such as:
- An API
 - A random neko image picker
 - A random anime image picker
 - 
- Hugs, pats, and more!
 
 - Some new features will come up soon!
 
The API is very simple to use, you just have to make a GET request to the API endpoint, and you will get a JSON response. Example:
import fetch from 'node-fetch';
(async () => {
    const url = await fetch('https://nekonya.classy.works/api/v1/random/neko')
        .then(res => res.json())
        .then(json => json.url);
    console.log(url);
})()If you prefer to use one of our wrappers:
This project is licensed under the MIT License - see the LICENSE file for details.
You can contact me on WorldWild Studios official Discord, or you can use my contact email.
