sggts04 / thanosapi

Thanos API: API that returns Thanos quotes. Built in ExpressJS in Node

Home Page:https://thanosapi.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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!

About

Thanos API: API that returns Thanos quotes. Built in ExpressJS in Node

https://thanosapi.herokuapp.com/

License:MIT License


Languages

Language:JavaScript 86.7%Language:EJS 13.3%