wechat-bot
Version:
middleware framework for creating wechat bot
20 lines (12 loc) • 341 B
Markdown
# wechat-bot
Middleware framework for creating wechat bot.
[](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');
```