Thanks to visit codestin.com
Credit goes to github.com

Skip to content

jeremiahshirk/hubot-leankit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

Leankit Kanban Board Watcher

hubot-leankit.coffee watches your Leankit Kanban board, announces changes in a group chat.

Configuration

All configuration is through environment variables.

export HUBOT_LEANKIT_USERNAME='[email protected]'
export HUBOT_LEANKIT_PASSWORD='************'
export HUBOT_LEANKIT_ORGNAME='foo'  # the org name, as found in your URL, i.e. foo.leankit.com
export HUBOT_LEANKIT_BOARD_ID='12345678' # can be found the URL when viewing that board
export [email protected]
export HUBOT_LEANKIT_POLL_INTERVAL=60000 # how often to poll Leankit, in ms

Installation

Simply copy/link the leankit.coffee into your Hubot scripts directory, and possibly add it to hubot-scripts.json, depending on your configuration.

Usage

hubot-leankit doesn't respond to any commands, but when your board changes, it will announce that in your group chat.

Contributing

Pull requests, issues, etc. are welcome.

About

A Hubot script that watches Leankit Kanban boards, and announces changes in group chat.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published