# lita-wit [![Build Status](https://travis-ci.org/dbastin/lita-wit.png?branch=master)](https://travis-ci.org/dbastin/lita-wit) [![Coverage Status](https://coveralls.io/repos/dbastin/lita-wit/badge.png)](https://coveralls.io/r/dbastin/lita-wit) Receive structured intentions from unstructured sentences using a [Lita](https://www.lita.io) bot and [Wit](https://www.wit.ai). ## Installation Add lita-wit to your Lita instance's Gemfile: ``` ruby gem "lita-wit" ``` ## Configuration You'll need to add the wit.ai API Bearer key. ``` ruby config.wit_token = token-here ``` ## Usage Rock!