1.0.3 • Published 4 years ago

laz-long-quotes v1.0.3

Weekly downloads
2
License
MIT
Repository
github
Last release
4 years ago

laz-long-quotes

Random quotes from the Notebook of Lazarus Long contained in the book "Time Enough For Love" by Robert A. Heinlein. This module returns an object containing the quote and the source.

Installation

npm install --save laz-long-quotes

Usage

const Quotes = require('laz-long-quotes');
let Quote = Quotes.quote();

console.log(Quote.quote + "\n" + Quote.source);
1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago