1.0.4 • Published 7 years ago

webwechat_api v1.0.4

Weekly downloads
5
License
ISC
Repository
github
Last release
7 years ago

webwechatapi by node

Node Library

Install

Can be installed with:

$ npm install webwechat_api

and used:

var api = require('webwechat_api');

Usage

To use api.mothodName to create your own WeChat robot. wechatapi.getUUID(function (data){ //do something });

Run wxbot.js, which contains the basic functions and cases. node wxbox.js

More methods, contents, and method names can be viewed in wechatapi.js.

Support

  • OS X
  • Linux
  • Windows

Developing

To setup the development envrionment run npm install

Contributers

MrPan <1049058427@qq.com>