eightball

1.0.1 • Public • Published

eightball Build Status

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

Package Sidebar

Install

npm i eightball

Weekly Downloads

2

Version

1.0.1

License

MIT

Last publish

Collaborators

  • sriramswamy