Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/destructo570/moe-quotes-api
- Owner: destructo570
- Created: 2022-09-18T09:12:50.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-12-08T16:01:48.000Z (12 months ago)
- Last Synced: 2023-12-08T17:51:04.646Z (12 months ago)
- Topics: anime, body-parser, express, mongoose, nodejs, rest-api
- Language: JavaScript
- Homepage:
- Size: 63.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.