Skip to content
@NekoNyaDevs

NekoNya

NekoNya is a anime themed website with many things on.

🌿・NekoNya, the world of nekos

NekoNya is an anime themed website with many things on.

NekoNya is now back with its new version!

📝・To-Do

  • Add more content
  • Add more images
  • Create more wrappers for each language
  • Create API Docs
  • Drink a tea

❓・Why us?

  • ⚡・Fast
    • The website is made on ExpressJS, and constantly optimized, to bring you the fastest API and deliver you some images fast.
  • 📜・Free to use, maybe
    • We can't really tell if our images are free to use, we just got 'em downloading from some databases, without filtering. But let's say it is, right?
  • 🖥・API
    • This website also has an API for developers to use, you can use the API to get random images.

📚・API

The API is pretty simple, you just need to send a request to the API, and it will return you a JSON response.

const fetch = require('node-fetch');

fetch('https://nekonya.classy.works/api/v1/random/neko')
    .then(res => res.json())
    .then(json => console.log(json));

The response will be like this:

{
    "url": "https://cdn.nekonya.classy.works/images/nekos/neko-0001.jpg"
}

📜・License

All our projects are licensed under the MIT License.

Pinned

  1. nekonya.js nekonya.js Public

    JavaScript and TypeScript wrapper for NekoNya API.

    TypeScript 3

  2. website website Public

    The official website

    CSS 3 1

  3. NekoNya4J NekoNya4J Public

    Java wrapper for NekoNya API.

    Java 1

Repositories

Showing 6 of 6 repositories

People

This organization has no public members. You must be a member to see who’s a part of this organization.

Top languages

Loading…

Most used topics

Loading…