1.1.0 • Published 4 years ago

@vivekalhat/randomquotes v1.1.0

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

Quotes

NPM npm npm bundle size

Simple NPM Package To Generate Random Quotes

Installation

npm i @vivekalhat/randomquotes

Usage

const qt = require("@vivekalhat/randomquotes");
var quote = qt.getQuote();
console.log(quote);

API

.getQuote

Type - Function\ Description - Returns a random quote

.getAll

Type - Function\ Description - Returns quotes array

.getByAuthor

Type - Function\ Description - Returns quote from given author

License

MIT © Vivek Alhat

1.1.0

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago