quotegarden

1.1.0 • Public • Published

QuoteGarden

A NPM Package for quotes. The database currently includes more than 75000 quotes.

QuoteGarden library is just wrapper around https://github.com/pprathameshmore/QuoteGarden

Install

npm i quotegarden

Usage

Get random quote

 
const { randomQuote, authorQuotes, getQuotes, searchQuotes } = require("quotegarden");
 
randomQuote()
  .then((quote) => {
    console.log(quote);
  })
  .catch((error) => {
    console.log(error);
  });
 

Contributing

All feedback and contributions are welcome!

Package Sidebar

Install

npm i quotegarden

Weekly Downloads

2

Version

1.1.0

License

MIT

Unpacked Size

4.76 kB

Total Files

6

Last publish

Collaborators

  • pprathameshmore