random-quote-generator5.0
v1.1.0
Published
This npm can be used to fetch random quotes every time it called
Readme
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.0Usage
Import the package in your code:
const getRandomQuote = require('random-quote-generator5.0');
const quote = getRandomQuote();
console.log(quote);