Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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]).