# Hubot: hubot-bamboozle

A Bamboozle Cafe specials script for the Hubots.

See [`src/bamboozle.coffee`](src/bamboozle.coffee) for full documentation.

## Installation

Add **hubot-bamboozle** to your `package.json` file:

```json
"dependencies": {
  "hubot": ">= 2.5.1",
  "hubot-scripts": ">= 2.4.2",
  "hubot-bamboozle": ">= 0.0.1"
}
```

Add **hubot-bamboozle** to your `external-scripts.json`:

```json
["hubot-bamboozle"]
```

Run `npm install hubot-bamboozle`

Add **hubot-bamboozle** to your `external-scripts.json`:

```json
["hubot-bamboozle"]
```

## Sample Interaction

```
user1>> hubot bamboozle me
hubot>> The special today is Bamboozle Fried Rice - Fried rice with three meats
```
