0.0.1 • Published 11 years ago

wechat-webot v0.0.1

Weekly downloads
1
License
-
Repository
-
Last release
11 years ago

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.

0.0.1

11 years ago

0.0.0

11 years ago