Skip to content

NekoNyaDevs/website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

80 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🌿・NekoNya, the world of nekos

Welcome to the official repository of NekoNya.

❓・NekoNya, what is it?

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!

📝・How to use the API?

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:

📜・License

This project is licensed under the MIT License - see the LICENSE file for details.

📧・Contact

You can contact me on WorldWild Studios official Discord, or you can use my contact email.