https://github.com/tyom/hubot-urban-dict
Hubot that gives an Urban Dictionary definition for a given word.
https://github.com/tyom/hubot-urban-dict
Last synced: over 1 year ago
JSON representation
Hubot that gives an Urban Dictionary definition for a given word.
- Host: GitHub
- URL: https://github.com/tyom/hubot-urban-dict
- Owner: tyom
- License: mit
- Created: 2017-04-03T14:32:45.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-04T09:58:44.000Z (over 9 years ago)
- Last Synced: 2025-03-16T21:48:49.501Z (over 1 year ago)
- Language: JavaScript
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# hubot-urban-dict
Gives an Urban Dictionary definition for a given word.
## Installation
In hubot project repo, run:
```bash
npm install hubot-urban-dict --save
```
Then add `hubot-urban-dict` to your `external-scripts.json`:
```js
["hubot-urban-dict"]
```
## Example
```
marvin> marvin what is meme?
marvin> An inside joke of the internet and those that lurk around it.
> The "rick roll" is an older, overused meme.
```