This is a simple api written in node.js and express that returns a random proverb from 'Dictionary of English Proverbs and Proverbial Phrases'.
The only end-point available is /proverb. Check it out on https://proverbs-api.herokuapp.com/api/proverb.
- clone the repo
npm install- add
config.jswith the mongoose database address - run
node app.js