hubot-pong
v0.0.1
Published
A hubot script to show show pong images
Readme
Hubot: hubot-pong
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
