UNPKG

wechat-bot

Version:

middleware framework for creating wechat bot

20 lines (12 loc) 341 B
# 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'); ```