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 = ; ;//=> Without a doubt ;//=> Ask again later predictpredictions;// ['Without a doubt', 'Ask again later', ...]
CLI
$ npm install --global eightball
$ eightball --help Example $ eightball Without a doubt