lita-kegbot

Build Status MIT License RubyGems :: RMuh Gem Version Coveralls Coverage Code Climate Gemnasium

A Kegbot plugin for Lita.

Installation

Add lita-kegbot to your Lita instance's Gemfile:

gem "lita-kegbot"

Configuration

Add the following variables to your Lita config file:

config.handlers.kegbot.api_key = '_your_key_here_'
config.handlers.kegbot.api_url = 'https://kegbot.example.com'

Usage

Drinks

kegbot drink list     - List last 5 drinks poured
kegbot drink list <N> - List last <N> drinks poured

Taps

kegbot tap status      - Shows status of all taps
kegbot tap status <id> - Shows status of tap <id>

Kegs

kegbot keg status      - Shows status of all kegs
kegbot keg status <id> - Shows status of keg <id>

License

MIT