https://github.com/konsumer/powerball
My attempt at predicting Powerball numbers with nodejs
https://github.com/konsumer/powerball
Last synced: 9 months ago
JSON representation
My attempt at predicting Powerball numbers with nodejs
- Host: GitHub
- URL: https://github.com/konsumer/powerball
- Owner: konsumer
- Created: 2016-01-03T05:38:59.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-07-06T19:08:14.000Z (almost 10 years ago)
- Last Synced: 2025-09-20T15:14:56.043Z (9 months ago)
- Language: JavaScript
- Homepage:
- Size: 145 KB
- Stars: 10
- Watchers: 3
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README-template.md
Awesome Lists containing this project
README
# powerball
My attempt at predicting Powerball numbers with nodejs
[](https://badge.fury.io/js/powerball)
See it in action [here](https://tonicdev.com/konsumer/powerball)
## command-line
I included the command `powerball`, if you install with `npm install -g powerball` that will predict/check numbers.
```
Usage: powerball [options] [numbers]
Options:
-h, --help Show help
--count, -c Count of number sets to return. [default: 10]
--powerplay, -p For checking: did you enable powerplay? [boolean]
--time, -t What time should the rules be pulled from? [default: now]
Examples:
powerball -c 5 Get 5 numbersto play
powerball 01 18 41 43 46 22 See if your numbers got pulled in last draw
```
{{>main}}