1.0.3 • Published 3 years ago

get_quote v1.0.3

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

Image of console_design

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