https://github.com/srect/2019-ncov
COVID-19
https://github.com/srect/2019-ncov
Last synced: 16 days ago
JSON representation
COVID-19
- Host: GitHub
- URL: https://github.com/srect/2019-ncov
- Owner: sRect
- Created: 2020-04-15T06:14:53.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-06T18:03:38.000Z (over 3 years ago)
- Last Synced: 2025-01-02T15:45:41.020Z (over 1 year ago)
- Language: JavaScript
- Size: 392 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## 新冠肺炎数据获取
## 技术架构
koa2 + cheerio + axios
## 参考文章
+ [为抗击新肺炎贡献一份技术力量](https://juejin.im/post/5e2c6a6e51882526b757cf2e)
+ [新肺炎态势自动通知服务](https://juejin.im/post/5e3285c8f265da3e097e9e7c)
## 项目结构
```
├── assets # 静态资源
├── config # 配置文件
├── index.js # 入口文件
├── middleware # 中间件
├── node_modules
├── package.json
├── README.md
├── router # 路由
├── utils # 工具
└── yarn.lock
```