2.1.0 • Published 2 years ago

get-quote-generator v2.1.0

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

Quote Generator

A simple npm package that provides a random quote.

Installation

You can install the package using npm:

npm install random-quotes-generator

or using yarn:

yarn add random-quotes-generator

Usage

const getRandomQuote = require('random-quotes-generator');

const quote = getRandomQuote();
console.log(quote);
2.1.0

2 years ago

2.0.0

2 years ago