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 Loading

  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
  • nekonya-storage Public

    The storage server of NekoNya.

    NekoNyaDevs/nekonya-storage’s past year of commit activity
    TypeScript 1 MIT 0 0 0 Updated Jun 10, 2024
  • bot Public

    Official NekoNya Discord Bot

    NekoNyaDevs/bot’s past year of commit activity
    TypeScript 0 GPL-3.0 0 0 0 Updated Jun 10, 2024
  • website Public

    The official website

    NekoNyaDevs/website’s past year of commit activity
    CSS 3 MIT 1 0 0 Updated Jun 10, 2024
  • .github Public

    BIO

    NekoNyaDevs/.github’s past year of commit activity
    0 0 0 0 Updated Aug 22, 2023
  • nekonya.js Public

    JavaScript and TypeScript wrapper for NekoNya API.

    NekoNyaDevs/nekonya.js’s past year of commit activity
    TypeScript 3 MIT 0 0 0 Updated Aug 20, 2023
  • NekoNya4J Public

    Java wrapper for NekoNya API.

    NekoNyaDevs/NekoNya4J’s past year of commit activity
    Java 1 Apache-2.0 0 0 0 Updated Oct 29, 2022

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…