[![NPM version](http://img.shields.io/npm/v/hubot-chicken-dance.svg?style=flat)](https://www.npmjs.org/package/hubot-chicken-dance)
[![Build Status](http://img.shields.io/travis/okize/hubot-chicken-dance.svg?style=flat)](https://travis-ci.org/okize/hubot-chicken-dance)
[![Dependency Status](http://img.shields.io/david/okize/hubot-chicken-dance.svg?style=flat)](https://david-dm.org/okize/hubot-chicken-dance)
[![Downloads](http://img.shields.io/npm/dm/hubot-chicken-dance.svg?style=flat)](https://www.npmjs.org/package/hubot-chicken-dance)

# Hubot: Chicken Dance

Displays one of the various chicken dances of Arrested Development characters

## Usage

In a campfire room, type:

    hubot chicken dance

## Installation

Add the package `hubot-chicken-dance` as a dependency in your Hubot `package.json` file.

    "dependencies": {
      "hubot-chicken-dance": "1.0.x"
    }

Run the following command to make sure the module is installed.

    $ npm install hubot-chicken-dance

To enable the script, add the `hubot-chicken-dance` entry to the `external-scripts.json` file (you may need to create this file).

    ["hubot-chicken-dance"]
