Skip to content

danriti/standup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

standup

Notify a HipChat room with your daily status for standup.

Setup

$ git clone git@github.com:danriti/standup.git
$ cd standup/cmd/standup-server
$ docker build -t standup ./
$ export HIPCHAT_TOKEN=<token>
$ export HIPCHAT_ROOM_ID=<room-id>
$ docker run -e HIPCHAT_TOKEN -e HIPCHAT_ROOM_ID -d -P standup:latest
$ docker ps -a

About

Notify a HipChat room with your daily status for standup.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published