1.0.0 • Published 11 months ago

random-quote-gen-js v1.0.0

Weekly downloads
-
License
ISC
Repository
github
Last release
11 months ago

random-quotes

Random Quotes Generator

Overview

random-quote-gen-js is a lightweight and easy-to-use Node.js package that allows you to generate random quotes for your applications. It's perfect for adding a touch of inspiration or humor to your projects.

To install this package use the below command

npm install random-quote-gen-js

Setup

To ensure your project supports ES modules, add the following line to your package.json file:

{
  "type": "module",
  ...
}

This is required for using the import statement with this package.

Usage

After installation and setup, you can generate random quotes as follows:

import getRandomQuote from 'random-quote-gen-js';

const quote = getRandomQuote();
console.log(quote);

Contributing

We welcome contributions to improve this package! Whether it's bug reports, feature suggestions, or pull requests, your help is greatly appreciated. Please check the Contributing Guidelines for more details.

License

This project is licensed under the MIT License. See the LICENSE file for more information.

1.0.0

11 months ago