tfortune
v1.0.1
Published
fork of adage to only provide fortunes
Downloads
5
Readme
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