测试号地址 https://mp.weixin.qq.com/debug/cgi-bin/sandboxinfo?action=showinfo&t=sandbox/index
天气接口文档 https://yiketianqi.com/index/doc?version=day
替换配置文件中测试号所需 appid,templateIdOne,secret,openId
npm i
npm run dev
如果没有服务器可以选择云函数进行定时推送 https://gitee.com/Coder-Jun/node-push-card
node-serve
├─ .prettierrc
├─ package.json
├─ README.md
├─ src
│ ├─ api
│ │ └─ manage.js
│ ├─ config
│ │ ├─ Birthday.js 生日配置
│ │ ├─ Dto.js
│ │ └─ index.js 配置文件
│ ├─ index.js 配置颜色值
│ └─ util
│ ├─ index.js
│ └─ request.js
├─ template 模板demo
│ └─ template.md
├─ yarn-error.log
└─ yarn.lock