0.1.82 • Published 9 years ago

hubot-astroscrum v0.1.82

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

Hubot Astroscrum API adapter

This Hubot script allows hubot to interface directly to the Astroscrum API

Commands

hubot scrum help

Customize

You can adjust the schedule that the bot will nag you to do your scrum, the following are the defaults, but you can send in any crontab-like patter such as: '0 0 10 * * *' for 10 am.

Default time to tell users to do their scrum:

HUBOT_SCRUM_PROMPT_AT='0 0 6 * * *' # 6am everyday

Default scrum reminder time:

HUBOT_SCRUM_REMIND_AT='0 30 11 * * *' # 11am everyday

Send the scrum at 10 am everyday:

HUBOT_SCRUM_SUMMARY_AT='0 0 12 * * *' # noon

Development

The best way is to use npm link:

hubot-scrum$ npm link
hubot-scrum$ cd /path/to/your/hubot
hubot$ npm link hubot-astroscrum
hubot$ bin/hubot
0.1.82

9 years ago

0.1.81

9 years ago

0.1.8

9 years ago

0.1.7

9 years ago

0.1.6

9 years ago

0.1.5

9 years ago

0.1.4

9 years ago

0.1.3

9 years ago

0.1.2

9 years ago

0.1.1

9 years ago

0.1.0

9 years ago

0.0.9

9 years ago

0.0.8

9 years ago

0.0.7

9 years ago

0.0.6

9 years ago

0.0.5

9 years ago

0.0.4

9 years ago

0.0.3

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago

0.0.0

9 years ago