Skip to content

tpkemme/tfortune

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Fortune (Unix) for Node

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%