1.0.1 • Published 6 years ago

randomquoteofday v1.0.1

Weekly downloads
3
License
ISC
Repository
github
Last release
6 years ago

Random Quote

Node Module, that gets a random quote of the day. Better than Hello World ;-)

usage:

const randomQuote = require('./index');
randomeQuote();

//  { quote: 'The best intelligence test is what we do with our leisure.',  author: 'Laurence J. Peter',   cat: 'best' }

const randomQuote = require('./index');
randomeQuote();


// { quote: 'People are pretty forgiving when it comes to other people\'s families. The only family that ever horrifies you is your own.',
//  author: 'Doug Coupland',  cat: 'family' }