1.0.0 • Published 1 year ago

rajan-random-quote v1.0.0

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

"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());

1.0.0

1 year ago