An open API service indexing awesome lists of open source software.

https://github.com/srect/2019-ncov

COVID-19
https://github.com/srect/2019-ncov

Last synced: 16 days ago
JSON representation

COVID-19

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
```