hubot-slack-animation
v0.0.1
Published
Animate slack message.
Downloads
3
Readme
hubot-slack-animation
Animate message such as emoji on Slack powerd by hubot with hubot-slack.
See src/index.coffee
for usage.
Installation
In hubot project repot, install this module.
npm install --save hubot-slack-animation
And export some vars.
export MIN_UPDATE_INTERVAL=0.1
export MAX_ANIMATION_LENGTH=60
Then add hubot-slack-animation to your external-scripts.json
.
[
"hubot-slack-animation"
]
LICENSE
MIT.