get-random-quote

1.1.3 • Public • Published

get-random-quote Build Status

Gets a random quote for you using the Forismatic API. Great for giving your team some inspiration after a build 😀.

Build Message

Usage

import getRandomQuote from 'get-random-quote';

getRandomQuote
    .then((quote) => {
        console.log(quote);
        //{ 
        //    author: 'Edwin Chapin', 
        //    text: 'Every action of our lives touches on some chord that will vibrate in eternity.' 
        //}
    });

Installation

npm install get-random-quote

Run Test

npm run test or ava

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.1.3
    28
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.1.3
    28
  • 1.1.0
    0

Package Sidebar

Install

npm i get-random-quote

Weekly Downloads

28

Version

1.1.3

License

Unlicense

Last publish

Collaborators

  • kdelmonten