hubot-urban
Version:
A Hubot script to define terms via Urban Dictionary
17 lines (12 loc) • 756 B
Markdown
## hubot-urban [](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.