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

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.

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.
```