star-wars-mf
v1.0.0
Published
Star Wars quote-mf module
Downloads
4
Readme
star-wars-mf
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!