adage

v1.0.0
Unix fortune for Node
fortune adage unix

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

Metadata

  • MIT
  • Whatever
  • Drew Stokes
  • released 6/16/2015

Downloads

Maintainers