wechat-webot

0.0.1 • Public • Published

wechat-webot Build Status

wechat-webot creates an express/connect middleware with wechat API and webot rule engine

Getting Started

Install the module with: npm install wechat-webot

var wechatWebot = require('wechat-webot');

Examples

var express = require('express');
var bot = require('webot-chat')();
var app = express();
 
app.use(express.query());
app.use('/wechat', require('wechat-webot')('token', bot));

Contributing

In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code using Grunt.

Release History

(Nothing yet)

License

Copyright (c) 2014 Rogerz Zhang. Licensed under the MIT license.

/wechat-webot/

    Package Sidebar

    Install

    npm i wechat-webot

    Weekly Downloads

    6

    Version

    0.0.1

    License

    none

    Last publish

    Collaborators

    • rogerz