Built using ExpressJS framework in NodeJS.
https://thanosapi.herokuapp.com/random/
https://thanosapi.herokuapp.com/random/<integer>/
https://thanosapi.herokuapp.com/all/
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.
- Clone the repo
npm install
npm start
- Visit
localhost:3000
on your browser!