hubot-cheese
Version:
Hubots like cheese.
37 lines (24 loc) • 801 B
Markdown

Hubots like cheese. We can call him Curdbot.
See [`src/cheese.coffee`](src/cheese.coffee) for full documentation.

## Installation
In hubot project repo, run:
`npm install hubot-cheese --save`
Then add **hubot-cheese** to your `external-scripts.json`:
```json
["hubot-cheese"]
```
## Sample Interaction
```
user1>> hubot eat cheese
hubot>> Yum! The Smokey Blue Cheese by Rogue Creamery was delicious.
```
```
user1>> hubot i want cheese
hubot>> Have a piece of Innes Bosworth Leaf by Innes Cheese (Highfields Farm Dairy) from Tamworth, STA.
```
```
user1>> hubot how many cheeses exist?
hubot>> So far I've counted 2576 cheeses.
```