Skip to content
This repository was archived by the owner on May 5, 2023. It is now read-only.

merge develop branch #1

Merged
merged 2 commits into from
May 9, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
# 接口文档

点击查看 [在线接口文档](http://111.231.75.86:8000/docs/)。
点击查看 [在线接口文档](https://blog.leafcoder.cn/django-covid19/)。

# 在线大屏

点击查看 [在线数据大屏](http://111.231.75.86/dashboard)。

# 文档预览

Expand Down
14 changes: 13 additions & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
本项目的数据来源为[`丁香园`](http://ncov.dxy.cn/ncovh5/view/pneumonia),定时获取疫
情数据,保存疫情数据变更情况,以备跟踪研究和数据图表化展示。

## 代码仓库

项目开源,需要源代码可以前往仓库自行获取。

[前往获取源码](https://github.com/leafcoder/django-covid19)

# 线上示例

使用本项目的接口开发了一个数据大屏的示例页面,代码在项目根目录的 `demo/` 文件夹中。

前往在线示例 [新冠肺炎实时数据大屏](http://111.231.75.86/dashboard)

# 快速开始 :id=quick-start

请按照以下步骤完成项目的初始化和启动。
Expand Down Expand Up @@ -548,4 +560,4 @@ http://111.231.75.86:8000/api/cities/大庆/
"curedCount": 195,
"deadCount": 4
}
```
```