1.1.0 • Published 9 years ago

wxs.js v1.1.0

Weekly downloads
4
License
MIT
Repository
github
Last release
9 years ago

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

1.1.0

9 years ago

1.0.4

9 years ago

1.0.3

9 years ago

1.0.2

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago

0.0.19

9 years ago

0.0.18

9 years ago

0.0.17

9 years ago

0.0.16

9 years ago

0.0.15

9 years ago

0.0.14

9 years ago

0.0.13

9 years ago

0.0.12

9 years ago

0.0.11

9 years ago

0.0.10

9 years ago

0.0.9

9 years ago