myplanetdigital / hubot-email-hashtag

A hubot script that sends hashtagged messages to arbitrary email addresses on a given domain.

Home Page:https://npmjs.org/package/hubot-email-hashtag

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hubot: hubot-email-hashtag

A hubot script that sends hashtagged messages to arbitrary email addresses on a given domain.

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

About

A hubot script that sends hashtagged messages to arbitrary email addresses on a given domain.

https://npmjs.org/package/hubot-email-hashtag


Languages

Language:CoffeeScript 63.0%Language:JavaScript 25.3%Language:Shell 11.7%