get_quote

1.0.3 • Public • Published

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

/get_quote/

    Package Sidebar

    Install

    npm i get_quote

    Weekly Downloads

    8

    Version

    1.0.3

    License

    ISC

    Unpacked Size

    470 kB

    Total Files

    4

    Last publish

    Collaborators

    • gowtham_mdu