# wechat-bot

Middleware framework for creating wechat bot.

[![build status](https://secure.travis-ci.org/wechat-bots/wechat-bot.png)](http://travis-ci.org/wechat-bots/wechat-bot)

## Installation

This module is installed via npm:

``` bash
$ npm install wechat-bot
```

## Example Usage

``` js
var wechatBot = require('wechat-bot');
```
