diff options
| author | Li Zhineng <[email protected]> | 2025-07-23 21:59:50 +0800 |
|---|---|---|
| committer | Li Zhineng <[email protected]> | 2025-07-23 21:59:50 +0800 |
| commit | 7c30f40bc0f0382647f070ab0a151c9a1cba84e2 (patch) | |
| tree | 09b70f69a6ffc94e80d75a4665bb7d11ac03a47d | |
| parent | 485b3bd92064dfd8a517afa43bc9f8892750c9b5 (diff) | |
| download | wave-7c30f40bc0f0382647f070ab0a151c9a1cba84e2.tar.gz wave-7c30f40bc0f0382647f070ab0a151c9a1cba84e2.zip | |
add README.md
| -rw-r--r-- | README.md | 19 |
1 files changed, 19 insertions, 0 deletions
@@ -1 +1,20 @@ # The HTTP Client for WeChat Mini Program + +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). |
