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

Readme

Keywords

Package Sidebar

Install

npm i tfortune

Weekly Downloads

0

Version

1.0.1

License

MIT

Last publish

Collaborators

  • tpkemme