1.1.3 • Published 6 years ago

get-random-quote v1.1.3

Weekly downloads
55
License
Unlicense
Repository
github
Last release
6 years ago

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 :grinning:.

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