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
- Host: GitHub
- URL: https://github.com/notpeter/hubot-urban
- Owner: notpeter
- License: mit
- Created: 2014-10-24T23:32:07.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2021-09-03T17:05:32.000Z (almost 5 years ago)
- Last Synced: 2025-05-09T18:44:59.065Z (about 1 year ago)
- Language: CoffeeScript
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## 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 ? - 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.