1.0.0 • Published 8 years ago

forbes-quote v1.0.0

Weekly downloads
3
License
MIT
Repository
github
Last release
8 years ago

Forbes Quote of the day Build Status

get Forbes news quote of the day

Install

npm i --save forbes-quote

Usage

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"
     * }
     */
  })

License

MIT © Yu-Jin

1.0.0

8 years ago