# lita-karotz_actions Sends actions to the karot kake application ## Installation Add lita-karotz_actions to your Lita instance's Gemfile: ``` ruby gem "lita-karotz_actions" ``` ## Configuration ``` Lita.configure do |config| ... Lita.config.handlers.karotz_actions.karot_kake_url = ENV['KAROT_KAKE_URL'] ... end ``` ## Usage ``` lita message i like waffles ``` Tells karotz to say 'i like waffles' ``` lita karotz ears ``` Moves karotz ears ``` lita karotz nyan ``` Plays nyan cat *meow meow* ## License [MIT](http://opensource.org/licenses/MIT)