thanosapi
thanosapi copied to clipboard
Thanos API: API that returns Thanos quotes. Built in ExpressJS in Node
Thanos Quotes API!
Built using ExpressJS framework in NodeJS.
Endpoints:
Grab a random Thanos quote!
https://thanosapi.herokuapp.com/random/
Grab a specified number of random Thanos quotes!
https://thanosapi.herokuapp.com/random/<integer>/
Grab all Thanos quotes!
https://thanosapi.herokuapp.com/all/
Make a contribution!
Would love to make the api better and more efficient if someone is willing to help. Also if I missed a thanos quote, submit a Pull Request, with the quote added to the quotes/quotes.js file.
Run Locally
- Clone the repo
-
npm install
-
npm start
- Visit
localhost:3000
on your browser!