# hubot-applause

Applause script

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

## Installation

In hubot project repo, run:

`npm install hubot-applause --save`

Then add **hubot-applause** to your `external-scripts.json`:

```json
[
  "hubot-applause"
]
```

## Sample Interaction

```
user1>> hubot applause
hubot>> http://i.imgur.com/pfrtv6H.gif
```
