eightball
v1.0.1
Published
Get 8-ball predictions
Downloads
23
Maintainers
Readme
eightball 
Get 8-ball predictions
The predictions itself is just a JSON file and can be used wherever.
Install
$ npm install --save eightball
Usage
var predict = require('eightball');
predict();
//=> Without a doubt
predict();
//=> Ask again later
predict.predictions;
// ['Without a doubt', 'Ask again later', ...]
CLI
$ npm install --global eightball
$ eightball --help
Example
$ eightball
Without a doubt