1.0.0 • Published 9 years ago

star-wars-mf v1.0.0

Weekly downloads
2
License
ISC
Repository
github
Last release
9 years ago

star-wars-mf

NPM

A Star Wars quote-mf module.

Installation

npm install quote-mf star-wars-mf

Usage

var quote = require('quote-mf').quote
var starWars = require('star-wars-mf')

var quotation = quote(starWars, ['Han Solo', 'shutdown'])
console.log('%s: %s', quotation.who, quotation.text)

Output

Han Solo: You're all clear, kid, now let's blow this thing and go home!