This package has been deprecated

Author message:

wxs.js is Deprecated, pleace use `wxs-sdk` instead

wxs.js

1.1.0 • Public • Published

wxs.js

npm

wxs javascript sdk

Readme

js sdk for wxs services

Installation

$ npm install wxs.js --save

Usage

// Browser
<script src="node_modules/wxs.js/dist/index.js"></script>
<script>
  Wechat = Wechat({
    id: wxs appid,
    mobile: your wxs account mobile,
    token: wxs app token
  });
</script>
 
// With import
import { WXS: Wechat } from 'wxs.js';

const Wechat = WXS({
  id: wxs appid,
  mobile: your wxs account mobile,
  token: wxs app token
}); // leave the options empty the second time
 
// With CommonJs
const Wechat = require('wxs.js').Wechat({
  id: wxs appid,
  mobile: your wxs account mobile,
  token: wxs app token
});

API Documention

see wxs services

Readme

Keywords

Package Sidebar

Install

npm i wxs.js

Weekly Downloads

0

Version

1.1.0

License

MIT

Last publish

Collaborators

  • yeliex