hubot-email-hashtag
v0.0.1
Published
A hubot script that sends hashtagged messages to a specified email address.
Downloads
4
Readme
Hubot: hubot-email-hashtag
A hubot script that sends hashtagged messages to a specified email address.
See src/email-hashtag.coffee
for full documentation.
Installation
Add hubot-email-hashtag to your package.json
file:
"dependencies": {
"hubot": ">= 2.5.1",
"hubot-scripts": ">= 2.4.2",
"hubot-email-hashtag": ">= 0.0.0",
"hubot-hipchat": "~2.5.1-5",
}
Add hubot-email-hashtag to your external-scripts.json
:
["hubot-email-hashtag"]
Run npm install