Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nekonyadevs/website
The official website
https://github.com/nekonyadevs/website
anime api expressjs gif gifs hug javascript kiss kitsune neko nekonya pat website
Last synced: 2 months ago
JSON representation
The official website
- Host: GitHub
- URL: https://github.com/nekonyadevs/website
- Owner: NekoNyaDevs
- License: mit
- Created: 2022-10-28T20:16:26.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-28T16:09:53.000Z (5 months ago)
- Last Synced: 2024-08-28T17:53:51.682Z (5 months ago)
- Topics: anime, api, expressjs, gif, gifs, hug, javascript, kiss, kitsune, neko, nekonya, pat, website
- Language: CSS
- Homepage: https://nekonya.classydev.fr
- Size: 688 KB
- Stars: 3
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 🌿・NekoNya, the world of nekos
Welcome to the official repository of NekoNya.
This is a public archive of NekoNya's old "frontend".
## ❓・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:
```js
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:
- [JavaScript/TypeScript](https://www.npmjs.com/package/nekonya.js)
- [Java](https://github.com/NekoNyaDevs/NekoNya4J)## 📜・License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
## 📧・Contact
You can contact me on [WorldWild Studios](https://worldwild.studio) official [Discord](https://discord.gg/Vh4bnWP5tc), or you can use my [contact email](mailto:[email protected]).