webot-chat

0.1.1 • Public • Published

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.

Readme

Keywords

none

Package Sidebar

Install

npm i webot-chat

Weekly Downloads

0

Version

0.1.1

License

none

Last publish

Collaborators

  • rogerz