0.0.8 • Published 8 years ago

hubot-pingpong v0.0.8

Weekly downloads
1
License
MIT
Repository
github
Last release
8 years ago

hubot-pingpong

Keep track of you ping pong games and stats.

See src/pingpong.coffee for full documentation.

Installation

In hubot project repo, run:

npm install hubot-pingpong --save

Then add hubot-pingpong to your external-scripts.json:

["hubot-pingpong"]

Also make sure to add HUBOT_PINGPONG_FIREBASE_URL as an env variable on startup

env HUBOT_PINGPONG_FIREBASE_URL='https://<app-name>.firebaseio.com/'

Sample Interaction

To save a game

example>> hubot ping pong <score> <winner> <loser> 

user>> hubot ping pong 10-9 Dave Jeremy

To see player stats

user>> ping pong stats
0.0.8

8 years ago

0.0.7

9 years ago

0.0.6

9 years ago

0.0.5

9 years ago

0.0.4

9 years ago

0.0.3

9 years ago

0.0.2

9 years ago