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 tea
  • Complete rewrite of the structure (the website will become only a frontend site without any apis, and nekonya-storage will become the api)

❓・Why us?

  • ⚡・Fast
    • The website is made on ExpressJS, and constantly optimized, to bring you the fastest API and deliver you some images fast.
  • 📜・Lots of images
    • We try our best at uploading more and more pictures to NekoNya, by downloading randomly from the internet.
  • 🖥・API
    • This website also has an API for developers to use, you can use the API to get random images.

📚・API

The API is a RESTful API.

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

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

The response will be like this:

{
    "url": "https://nekonya.classydev.fr/images/nekos/neko-0001.jpg"
}

Please refer to the official API documentation.

📜・License

See the license of each project via their LICENSE file.

Pinned Loading

  1. nekonya.js nekonya.js Public

    JavaScript and TypeScript wrapper for NekoNya API.

    TypeScript 3

  2. backend backend Public

    NekoNya's Backend, build with Express 4

    TypeScript 1

  3. frontend frontend Public

    NekoNya's Frontend, built with Nuxt 3

    Vue 1

  4. bot bot Public

    Official NekoNya Discord Bot

    TypeScript

Repositories

Showing 8 of 8 repositories
  • .github Public

    BIO

    NekoNyaDevs/.github’s past year of commit activity
    0 0 0 0 Updated Oct 2, 2024
  • backend Public

    NekoNya's Backend, build with Express 4

    NekoNyaDevs/backend’s past year of commit activity
    TypeScript 1 GPL-3.0 0 0 0 Updated Oct 2, 2024
  • frontend Public

    NekoNya's Frontend, built with Nuxt 3

    NekoNyaDevs/frontend’s past year of commit activity
    Vue 1 GPL-3.0 0 0 0 Updated Oct 2, 2024
  • bot Public

    Official NekoNya Discord Bot

    NekoNyaDevs/bot’s past year of commit activity
    TypeScript 0 GPL-3.0 0 0 0 Updated Sep 11, 2024
  • 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 Sep 11, 2024
  • docs Public

    Documentation for NekoNya

    NekoNyaDevs/docs’s past year of commit activity
    MDX 0 MIT 0 0 0 Updated Sep 4, 2024
  • website Public archive

    The official website

    NekoNyaDevs/website’s past year of commit activity
    CSS 3 MIT 1 0 0 Updated Sep 2, 2024
  • 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…