An open API service indexing awesome lists of open source software.

https://github.com/notpeter/hubot-urban

Hubot knows urban dictionary definitions
https://github.com/notpeter/hubot-urban

Last synced: 11 months ago
JSON representation

Hubot knows urban dictionary definitions

Awesome Lists containing this project

README

          

## 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 ? - Searches Urban Dictionary and returns definition
hubot urban me - Searches Urban Dictionary and returns definition
hubot urban define me - Searches Urban Dictionary and returns definition
hubot urban example me - 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.