adage
v1.0.2
Published
Unix fortune for Node
Downloads
6
Readme
node-adage
Fortune (Unix) for Node
example
var adage = require('adage');
var options = {};
adage(options, function(err, a) {
console.log(a);
}); // => "You will always get the greatest recognition for the job you least like."
install
With npm do:
npm install adage