0.0
No commit activity in last 3 years
No release in over 3 years
A Kegbot plugin for Lita
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.3
>= 0
>= 3.0.0

Runtime

>= 4.0
 Project Readme

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