Features 🦾 • How To Use 📖 • Download 💾 •
✔️ To request info about seasonal TOP 50 animes.
✔️ The lastest news related to the anime world.
✔️ To request info about a specific anime.
✔️ To request top animes.
Endpoints:
# Get anime info:
$ curl https://tsukiapi.herokuapp.com/anime/search?keyword={anime name}&type=anime
# Get news preview:
$ curl https://tsukiapi.herokuapp.com/anime/news
# Get news details:
$ curl https://tsukiapi.herokuapp.com/anime/news/details?id={anime_id}
# Get seasonal animes
$ curl https://tsukiapi.herokuapp.com/anime/season
# Get top animes
$ curl https://tsukiapp.herokuapp.com/anime/top
To clone and run this application, you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:
# Clone this repository
$ git clone https://github.com/Tsukiapp/Tsuki-API
# Go into the repository
$ cd Tsuki-API
# Install dependencies
$ npm install
# Build
$ npm run build
# Run the app
$ npm run start
This software uses the following open source packages:
The source code of this project is under the MIT license
GitHub @Tsukiapp · GitHub @alejandro0619 ·