Skip to content

efficacy/quote-mf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quote-MF

Build Status

NPM

Node module which provides a context specific quote from a given source

> var format = require('util').format
> var quote = require('quote-mf').quote('pulp-fiction', 'shutdown')
> format('%s: %s', quote.who, quote.text)
'Vincent: Oh man, I shot Marvin in the face.'

You can also specify multiple tags

> var format = require('util').format
> var quote = require('quote-mf').quote('pulp-fiction', ['jules', 'shutdown'])
> format('%s: %s', quote.who, quote.text)
'Jules: If my answers frighten you then you should cease asking scary questions.'

Why?

Because I like software with personality and to see startup / shutdown messages in logs

Want More Quotes?

Send a PR

About

Node module which provides a context specific quote from the given source

Resources

Stars

Watchers

Forks

Packages

No packages published