# QuotePicker

QuotePicker is a simple, open-source project that provides a set of featured quotes from a local CSV file. This project is designed to be used as an NPM package, which can be installed and used in any Node.js application. Created by the team at  [MustReadQuotes.com](https://mustreadquotes.com)


## Features

- Provides a set of featured quotes in CSV format.\
- Can be used as an NPM package in any Node.js application.\
- Offers a simple API to get a random quote from the featured selection.

## Installation

Before installing, make sure you have Node.js and npm installed on your machine.

You can install the package using npm:

```bash\
npm install quotepicker
```

## Usage

After installing the package, you can use it in your Node.js application:

```javascript\
const qp = require('quotepicker');

console.log(qp.getRandomQuote());
```

This will log a random quote from the featured selection to the console.

## API Reference

The package provides the following API:

- `getRandomQuote()`: Returns a random quote from the featured selection. The quote is returned as an object with `quote` and `author` properties.

## Running QuotePicker

To run QuotePicker, use the following npm command:

```bash\
npm run quote
```

## Contributing

Contributions are welcome! If you have a favorite quote that you would like to add to our featured selection, please create a pull request.

For more information about MustReadQuotes, please check out our website: [MustReadQuotes.com](https://mustreadquotes.com)
  
## Links & Resources
[Must Read Quotes](https://mustreadquotes.com)  
[QuotePicker on GitHub](https://github.com/MustReadQuotes/QuotePicker)  
[QuotePicker on NPM](https://www.npmjs.com/package/quotepicker)  
[QuotePicker on Aliyun](https://developer.aliyun.com/mirror/npm/package/quotepicker)  
[QuotePicker on TAONPM](https://npmmirror.com/package/quotepicker)  
[QuotePicker on jsDlivr](https://www.jsdelivr.com/package/npm/quotepicker)  
[QuotePicker on Snyk](https://snyk.io/advisor/npm-package/quotepicker)  
[QuotePicker on Libraries.io](https://libraries.io/npm/quotepicker)  
[QuotePicker on RunKit](https://npm.runkit.com/quotepicker)  
[QuotePicker on npm trends](https://www.npmtrends.com/quotepicker)  
[QuotePicker on Package Phobia](https://packagephobia.com/result?p=quotepicker)  
[QuotePicker on Skypack](https://www.skypack.dev/view/quotepicker)  
[QuotePicker on CNPM](https://cnpmjs.org/package/quotepicker)  
[QuotePicker on githubmemory](https://githubmemory.com/repo/javascriptutils/quotepicker)  
[QuotePicker on npm.io](https://npm.io/package/quotepicker)  
[QuotePicker on Pkg Stats](https://www.pkgstats.com/pkg:quotepicker)
