0.1.1 • Published 10 years ago

webot-chat v0.1.1

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

webot-chat Build Status

An example of creating webot instance for wechat-webot

Getting Started

Install the module with: npm install webot-chat

var bot = require('webot-chat')();

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

0.0.0

  • initial release

License

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

0.1.1

10 years ago

0.1.0

10 years ago

0.0.0

10 years ago