Skip to content

Tsukiapp/Tsuki-API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🌌 Tsuki API 🌌

Features 🦾 How To Use 📖 Download 💾

Features🦾

✅ Endpoints:

✔️ 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.

How To Use 📖

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

Download 💾

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

Credits

This software uses the following open source packages:

License

The source code of this project is under the MIT license


GitHub @Tsukiapp  ·  GitHub @alejandro0619  · 

About

Simple but powerful API created to retrieve information about the last anime aired, seasonal top and specific animes

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors