Project

lita-gomi

0.0
No commit activity in last 3 years
No release in over 3 years
The handler which shows a collection day of garbage.
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.3
 Project Readme

lita-gomi

The handler which shows a collection day of garbage.

Installation

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

gem 'lita-gomi'

Configuration

config :ical_url,    required: true # I use this site: http://gomical.net/
config :period_time, required: true # e.g. '8:30'

Usage

route /^gomi$/,         :gomi,    help: {'gomi'         => 'Shows next collection.'}
route /^gomi refresh$/, :refresh, help: {'gomi refresh' => 'Refreshes gomi data.'}