1.1.0 • Published 9 months ago

random-quote-generator5.0 v1.1.0

Weekly downloads
-
License
ISC
Repository
-
Last release
9 months ago

Random Quote Generator 5.0

A simple npm package that provides a random quote every time it's called. Perfect for adding a touch of inspiration to your applications!

Installation

To install the package, use the following command:

npm install random-quote-generator5.0

Usage

Import the package in your code:

const getRandomQuote = require('random-quote-generator5.0');
const quote = getRandomQuote();
console.log(quote);
1.1.0

9 months ago

1.0.0

9 months ago