Skip to content

cseale61/quotes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Random quotes from the Notebook of Lazareth Long. From "Time Enough For Love" by Robert A. Heinlein

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors