Skip to content

QuotePicker: Embed curated quotes from a local CSV into your Node.js app with our open-source NPM package, by MustReadQuotes.com.

License

Notifications You must be signed in to change notification settings

MustReadQuotes/QuotePicker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

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:

npm install quotepicker

Usage

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

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:

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

Links & Resources

Must Read Quotes
QuotePicker on GitHub
QuotePicker on NPM
QuotePicker on Aliyun
QuotePicker on TAONPM
QuotePicker on jsDlivr
QuotePicker on Snyk
QuotePicker on Libraries.io
QuotePicker on RunKit
QuotePicker on npm trends
QuotePicker on Package Phobia
QuotePicker on Skypack
QuotePicker on CNPM
QuotePicker on githubmemory
QuotePicker on npm.io
QuotePicker on Pkg Stats

About

QuotePicker: Embed curated quotes from a local CSV into your Node.js app with our open-source NPM package, by MustReadQuotes.com.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published