random_quote_module
v1.0.0
Published
A simple JavaScript module to generate random quotes.
Readme
Random Quote Generator
A simple JavaScript module to generate random quotes.
Installation
You can install this package using npm:
npm install random-quote-generatorUsage
In JavaScript:
import randomQuote from "random-quote-generator";
console.log(randomQuote());Example Output
"Fear is the mind-killer — Frank Herbert, Dune"Contributing
Feel free to submit a pull request with new quotes or improvements!
License
This project is licensed under the MIT License.
