1.1.2 • Published 6 years ago

npmhomework3 v1.1.2

Weekly downloads
1
License
ISC
Repository
-
Last release
6 years ago

This is the npmhomework3 package. It returns a random quote when called

To use this package use the following:

var quote = require('npmhomework3');

To get a quote use the function:

quote.quotes();

version history:

1.0.0: First version with only part of the quotes function defined. No ability to read text file.

1.1.0: Added ability to read the text file for quotes

1.1.1: Added the text file of quotes for reading from

1.1.2: Condense the text file so there were no blank lines that could cause a problem