adage

1.0.2 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i adage

Weekly Downloads

19

Version

1.0.2

License

MIT

Last publish

Collaborators

  • dstokes