## hubot-urban [![NPM version](https://badge.fury.io/js/hubot-urban.png)](http://badge.fury.io/js/hubot-urban)

A [Hubot](https://github.com/github/hubot) plugin to define terms via Urban Dictionary

### Usage

Commands:
    hubot what is <term>?         - Searches Urban Dictionary and returns definition
    hubot urban me <term>         - Searches Urban Dictionary and returns definition
    hubot urban define me <term>  - Searches Urban Dictionary and returns definition
    hubot urban example me <term> - Searches Urban Dictionary and returns example

### Installation
1. In your hubot dir run `npm install --save hubot-urban` (adds it as a dependency in package.json).
2. Add `"hubot-urban"` to your `external-scripts.json` file.
3. Restart Hubot.
