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

Dependencies (3)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i adage

    Weekly Downloads

    1

    Version

    1.0.2

    License

    MIT

    Last publish

    Collaborators

    • dstokes