Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/guolibin6/wechat-message-push
微信消息推送
https://github.com/guolibin6/wechat-message-push
eggjs javascript wechat weixin
Last synced: 25 days ago
JSON representation
微信消息推送
- Host: GitHub
- URL: https://github.com/guolibin6/wechat-message-push
- Owner: GuoLiBin6
- License: mit
- Created: 2021-09-28T02:03:23.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-01-16T06:14:21.000Z (almost 3 years ago)
- Last Synced: 2023-03-05T01:31:20.362Z (almost 2 years ago)
- Topics: eggjs, javascript, wechat, weixin
- Language: JavaScript
- Homepage:
- Size: 713 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 微信消息推送
实现每日向固定的人推送一条暖心消息
## 环境准备
* 操作系统:支持 macOS,Linux,Windows
* 运行环境:建议选择 [LTS](https://nodejs.org/en/) 版本,最低要求 8.x。
## 快速开始
安装依赖
```
npm i
```启动项目
```
npm run dev
open http://localhost:7001
```单元测试
```
npm test
```## 文档
实现思路与踩坑注意文档详见 [wiki](https://github.com/GuoLiBin6/wechat-message-push/wiki/1.-%E6%8A%80%E6%9C%AF%E4%BB%8B%E7%BB%8D)
## 后记
代码会在 [GitHub](https://github.com/GuoLiBin6/wechat-message-push) 与 [Gitee](https://gitee.com/GuoLiBin6/wechat-message-push) 同步推送,相关 wiki 也会跟随代码进度更新,如有建议或问题 欢迎提 Issues,欢迎 Star & Fork 🤣 🤣 🤣