0.1.5 • Published 7 years ago

hubot-slack-growl v0.1.5

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

hubot-slack-growl

Hubot plugin for notify slack message via growl

Dependency

Env

  • HUBOT_SLACK_MYNAME
  • HUBOT_SLACK_KEYWORDS
  • HUBOT_GNTP_SERVER
  • HUBOT_GNTP_PASSWORD

Installation

Install hubot

$ sudo npm install -g yo generator-hubot

$ mkdir myhubot
$ cd myhubot
$ yo hubot

Install hubot-slack-growl

In hubot project repo, run:

$ npm install hubot-slack-growl --save

Then add hubot-slack-growl to your external-scripts.json:

[
  "hubot-slack-growl"
]

Debug

//use slack as adapter
HUBOT_LOG_LEVEL=debug  bin/hubot --name myhubot --adapter slack
0.1.5

7 years ago

0.1.4

7 years ago

0.1.3

7 years ago

0.1.0

7 years ago