# jweixin-module

> 微信JS-SDK

Latest version **1.6.0** (published 2020-01-08) · ISC license · 0 weekly downloads

## Install

```sh
npm install jweixin-module
pnpm add jweixin-module
yarn add jweixin-module
bun add jweixin-module
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.6.0 |
| Published | 2020-01-08 |
| First published | 2018-12-18 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 13.7 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 71 |
| Author | Shengqiang Guo |
| Maintainers | guoshengqiang |
| Keywords | wxjssdk, weixin, jweixin, wechat, jssdk, wx |

## Links

- npm: https://www.npmjs.com/package/jweixin-module
- Repository: https://github.com/zhetengbiji/jweixin-module
- Homepage: https://github.com/zhetengbiji/jweixin-module#readme
- Issues: https://github.com/zhetengbiji/jweixin-module/issues
- npm.io page: https://npm.io/package/jweixin-module

## Recent versions

- 1.6.0 (latest) — 2020-01-08
- 1.4.1 — 2019-01-21
- 1.4.0 — 2018-12-18

## README

# jweixin-module

微信JS-SDK

## 安装

### NPM

```shell
npm install jweixin-module --save
```

### UMD

```http
https://unpkg.com/jweixin-module/out/index.js
```

## 使用

```js
var jweixin = require('jweixin-module')
jweixin.ready(function(){
    // TODO
});
```

## 完整API

>[微信JS-SDK说明文档](https://mp.weixin.qq.com/wiki?t=resource/res_main&id=mp1421141115)

---
_Source: https://npm.io/package/jweixin-module · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
