# hubot-shipit

A hubot script that provides easy access to the shipit squirrel and its kin.

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

## Installation

In hubot project repo, run:

`npm install hubot-shipit --save`

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

```json
[
  "hubot-shipit"
]
```

## Sample Interaction

```
user1>> hubot ship it
hubot>> https://img.skitch.com/20111026-r2wsngtu4jftwxmsytdke6arwd.png
```

## NPM Module

https://www.npmjs.com/package/hubot-shipit
