A OAuth2 wrapper for the WeChat API
meteor add boxfish:meteor-wechat
This package uses Cordova plugin (https://github.com/xu-li/cordova-plugin-wechat) on mobile devices to fetch the authorization code.
AppId needs to be set in the mobile.config
App.configurePlugin('cordova-plugin-wechat', {
WECHATAPPID: '<WECHATAPPID>'
});