YOW!! A list of some CLASSIC quotes from the ZIPPY THE PINHEAD fortune file.
PRs welcome.
npm install zippy-quotes [--g|--save]This module comes in an API and CLI. Example in code:
var zippy = require('zippy-quotes')
// random quote
console.log(zippy())
//=> '"DARK SHADOWS" is on!! Hey, I think the VAMPIRE forgot his UMBRELLA!!'
// the array of all quotes
console.log(zippy.quotes)Returns a random quote string, like 'I'm CONTROLLED by the CIA!! EVERYONE is controlled by the CIA!!'.
The array of all quotes.
The full JSON array.
You can also use the CLI here.
Usage:
zippy-quotes [opt]
Options:
--help show help
--all list all quotes, separated by newlines
Example:
$ zippy-quotes
I just forgot my whole philosophy of life!!!LNT, see LICENSE.md for details.
