forbes-quote

1.0.0 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i forbes-quote

Weekly Downloads

2

Version

1.0.0

License

MIT

Last publish

Collaborators

  • yujinlim