# wxmnode

> Send wx message to myself.

Latest version **1.0.5** (published 2021-02-28) · ISC license · 0 weekly downloads

## Install

```sh
npm install wxmnode
pnpm add wxmnode
yarn add wxmnode
bun add wxmnode
```

## 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.0.5 |
| Published | 2021-02-28 |
| First published | 2021-02-28 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 1 |
| Unpacked size | 3.3 KB |
| Known vulnerabilities | 0 (+1 in 1 direct dependencies) |
| Install scripts | no |
| Author | rehylas |
| Maintainers | rehylas |

## Links

- npm: https://www.npmjs.com/package/wxmnode
- npm.io page: https://npm.io/package/wxmnode

## Dependencies (1)

- [request](https://npm.io/package/request.md) ^2.88.2

## Recent versions

- 1.0.5 (latest) — 2021-02-28
- 1.0.4 — 2021-02-28
- 1.0.3 — 2021-02-28
- 1.0.2 — 2021-02-28
- 1.0.1 — 2021-02-28
- 1.0.0 — 2021-02-28

## README

# wxmnode: wx message for node
发送微信信息到自己手机

# install
npm install wxmnode

#   github

#   usage



    
    ```
		const wxm = require('wxmnode');

		let name = "80010120";
		let pwd ="888889";
		let txt1 ="a";
		let txt2 ="b";
		let txt3 ="c";

		let result = await wxm.sendMsgToUser(name, pwd, txt1, txt2, txt3);
		or
		wxm.init(name, pwd );
		let result = await wxm.sendMsg( txt1, txt2, txt3);

    ```    

效果
![Image text](http://www.bangnikanzhe.com/img/wxm.jpg)

#  如何获得 name 和 pwd  , 扫码并关注, 会自动获得 name 和 pwd：
![Image text](http://www.bangnikanzhe.com/img/bnkz10002.jpg)

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