hubot-screenhero
v1.0.0
Published
A hubot script to help get screenhero deployed
Downloads
13
Readme
Hubot: hubot-screenhero
A screenhero helper for Hubots.
See src/screenhero.coffee for full documentation.
Installation
Add hubot-screenhero to your package.json file:
"dependencies": {
"hubot": ">= 2.5.1",
"hubot-scripts": ">= 2.4.2",
"hubot-screenhero": ">= 0.0.0"
}Add hubot-screenhero to your external-scripts.json:
["hubot-screenhero"]Run npm install hubot-screenhero
Sample Interaction
user1>> Man, I wish I could screenshare with you.
hubot>> Great news! There's here's a link to the download for screenhero, only takes a minute to install: http://screenhero.com/download.html
