get Forbes news quote of the day
npm i --save forbes-quote
const getQuote = require('forbes-quote');
getQuote()
.then((quote) => {
console.log(quote);
/**
* {
* "quote": "Teach self-denial and make its practice pleasure, and you can create for the world a destiny more sublime that ever issued from the brain of the wildest dreamer.",
* "author": "Sir Walter Scott",
* "url": "http://onforb.es/TK4kVr"
* }
*/
})
MIT © Yu-Jin