REST API for random Dwight Schrute quotes 🙎🏻♂️🔨🚬🗑🔥😱🙍🏾♂️💔
Front-End repo can be found here
GET https://schrute-rest.herokuapp.com/api
{
"quote": "there are 3 things you never turn your back on: bears, men you have wronged, and a dominant male turkey during mating season."
}
To make changes, fork and then:
❯ git clone https://github.com/{username}/schrute.rest.git
❯ cd schrute.rest
❯ git checkout -b {branchname}
❯ npm start
MIT