Skip to content
This repository has been archived by the owner on Jan 6, 2022. It is now read-only.

Latest commit

 

History

History
45 lines (34 loc) · 2.27 KB

README.md

File metadata and controls

45 lines (34 loc) · 2.27 KB

⚠️ Warning - This repository has been archived due to it being merged with the main bot under the bot/api folder. Thanks!

Nino API

Source code for Nino's API (located at api.nino.sh), made with Go and GraphQL 💜
api.nino.sh Workflow GitHub License Noelware Server

Why?

I decided to move Nino's API to a different repository so no overhead of requests are correlated to the bot. Since Node.js is single-threaded, I decided to not run an API and the bot at the same time and having an API implemented in the bot could be "optional" but, I decided not to, which was the original plan on the rewrite (v0 -> v1).

Support

Need support related to Nino or any microservices under the organization? Join in the Noelware Discord server in #support under the Nino category:

discord embed owo

Self-hosting

Before we run this API, I recommend not to. Since builds are most likely unstable, it's not really recommended to Nino and private instances don't need this type of functionality...

Prerequisites

Before running your instance of API, you will need the following tools before starting:

Building

$ git clone https://github.com/NinoDiscord/API.git && cd API
$ go get && go build
$ ./api # or run api.exe in Command Prompt

License

API is released under the GPL-3.0 License.