# quotepicker

> A simple NPM package to read quotes from a CSV file and output a random quote.

Latest version **1.0.0** (published 2023-05-19) · ISC license · 0 weekly downloads

## Install

```sh
npm install quotepicker
pnpm add quotepicker
yarn add quotepicker
bun add quotepicker
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.0 |
| Published | 2023-05-19 |
| First published | 2023-05-19 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 3 |
| Unpacked size | 32.6 KB |
| Known vulnerabilities | 0 (+1 in 1 direct dependencies) |
| Install scripts | no |
| GitHub stars | 1 |
| Author | Must Read Quotes |
| Maintainers | mustreadquotes |
| Keywords | quote, quotes, quotation, quotations |

## Links

- npm: https://www.npmjs.com/package/quotepicker
- Repository: https://github.com/MustReadQuotes/QuotePicker
- Homepage: https://mustreadquotes.com
- Issues: https://github.com/MustReadQuotes/QuotePicker/issues
- npm.io page: https://npm.io/package/quotepicker

## Dependencies (3)

- [fs](https://npm.io/package/fs.md) 0.0.1-security
- [lodash](https://npm.io/package/lodash.md) ^4.17.21
- [csv-parser](https://npm.io/package/csv-parser.md) ^2.3.3

## Recent versions

- 1.0.0 (latest) — 2023-05-19

## README

# 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)

---
_Source: https://npm.io/package/quotepicker · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
