Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/destructo570/moe-quotes-api

Rest API built with node js to serve random quotes from anime.
https://github.com/destructo570/moe-quotes-api

anime body-parser express mongoose nodejs rest-api

Last synced: 6 days ago
JSON representation

Rest API built with node js to serve random quotes from anime.

Awesome Lists containing this project

README

        

# Moe-Quotes-Api

Rest API built with NodeJs and Express to serve random quotes from anime.

Database consists of 7000+ quotes crowdsourced from less real website.

### Features
- Get random quotes from anime.
- Get quotes by quote Id.
- Get quote by character name.
- Get quote by anime name.

### Routes

> /api/v1/
>
>Returns a random anime quote.

> /api/v1/id?quoteId=6313232ade0fc748a34b6b42
>
>Returns a quote ewith specified id.

> /api/v1/anime/?anime=Naruto
>
>Returns list of quotes from the specified anime.

> /api/v1/character/?character=Tenma Tsukamoto
>
>Returns list of quotes from the specified character.

### TechStack
- NodeJs
- Express
- Mongoose
- Body Parser

### Credits
- Less real for their crowdsourced list of quotes.