get_quote
v1.0.3
Published
Get inspirational quote
Downloads
3
Maintainers
Readme
Get Best Quotes in seconds.
Install
$ npm install --global get_quote
Console Design Usage
const get_quote = require('get_quote');
// get quote and author
const quote = get_quote();
// use quote
console.log(`Once ${quote.author} said ${quote.text}`);
Sample Output Response
// console.log(quote);
{
text: 'Life is like riding a bicycle. To keep your balance you must keep moving.',
author: 'Albert Einstein'
}
// console.log(`Once ${quote.author} said ${quote.text}`);
Once Albert Einstein said Life is like riding a bicycle. To keep your balance you must keep moving.
License
ISC © Gowtham