0.0.1 • Published 8 years ago

hubot-pong v0.0.1

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

Hubot: hubot-pong

Build Status

A pong image reponder for Hubots.

See src/pong.coffee for full documentation.

Installation

Add hubot-pong to your package.json file:

"dependencies": {
  "hubot": ">= 2.5.1",
  "hubot-scripts": ">= 2.4.2",
  "hubot-pong": ">= 0.0.0"
}

Add hubot-pong to your external-scripts.json:

["hubot-pong"]

Run npm install hubot-pong

Sample Interaction

user1>> pong
hubot>> http://img.shroom.net/pong.jpg
0.0.1

8 years ago