This repository was archived by the owner on Sep 2, 2024. It is now read-only.
- Notifications
You must be signed in to change notification settings - Fork1
NekoNyaDevs/website
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
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:
importfetchfrom'node-fetch';(async()=>{consturl=awaitfetch('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 theLICENSE file for details.
You can contact me onWorldWild Studios officialDiscord, or you can use mycontact email.