tfortune

1.0.1 • Public • Published

tFortune

Fork of adage to fix the output for html

example

var tfortune = require('tfortune');
var options = {};
 
tfortune.(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 tfortune

Dependencies (3)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i tfortune

    Weekly Downloads

    2

    Version

    1.0.1

    License

    MIT

    Last publish

    Collaborators

    • tpkemme