blob: 0b4d2bfb93a38ea8a6dda74f9512feecf02929be (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# The HTTP Client for WeChat Mini Program
[](https://github.com/Beautiful-Bubble/wave/actions/workflows/ci.yml)
Wave is an HTTP client designed for WeChat Mini Programs. It aims to enhance
the developer experience when sending HTTP requests.
## Installation
To install the package, navigate to the root directory of your WeChat Mini
Program. You can install it using NPM:
```bash
npm i @beautiful-bubble/wave
```
After installation, remember to run the "Build NPM Package" command in the
WeChat Mini Program development tools.
## License
The package is released under [the MIT license](LICENSE).
|