1.0.1 • Published 10 years ago

eightball v1.0.1

Weekly downloads
11
License
MIT
Repository
github
Last release
10 years ago

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