rajan-random-quote
v1.0.0
Published
This npm package provides a simple utility to generate random quotes. It contains a collection of inspiring quotes from various sources, including Steve Jobs, Winston Churchill, Eleanor Roosevelt, and others.
Downloads
9
Maintainers
Readme
"Random Quote" Package
This npm package provides a simple utility to generate random quotes. It contains a collection of inspiring quotes from various sources, including Steve Jobs, Winston Churchill, Eleanor Roosevelt, and others.
Installation
You can install this package via npm:
npm install rajan-random-quote
UseCase
Here is how you can use this in your file
const { generateRandomQuote } = require('rajan-random-quote');
console.log("Random Quote:", generateRandomQuote());