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

Commit f0f0f5f

Browse files
authored
Merge pull request #1 from leafcoder/develop
merge develop branch
2 parents 07efa0e + 3e613d7 commit f0f0f5f

File tree

2 files changed

+17
-2
lines changed

2 files changed

+17
-2
lines changed

README.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
# 接口文档
22

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

5+
# 在线大屏
6+
7+
点击查看 [在线数据大屏](http://111.231.75.86/dashboard)
58

69
# 文档预览
710

docs/README.md

+13-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
33
本项目的数据来源为[`丁香园`](http://ncov.dxy.cn/ncovh5/view/pneumonia),定时获取疫
44
情数据,保存疫情数据变更情况,以备跟踪研究和数据图表化展示。
55

6+
## 代码仓库
7+
8+
项目开源,需要源代码可以前往仓库自行获取。
9+
10+
[前往获取源码](https://github.com/leafcoder/django-covid19)
11+
12+
# 线上示例
13+
14+
使用本项目的接口开发了一个数据大屏的示例页面,代码在项目根目录的 `demo/` 文件夹中。
15+
16+
前往在线示例 [新冠肺炎实时数据大屏](http://111.231.75.86/dashboard)
17+
618
# 快速开始 :id=quick-start
719

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

0 commit comments

Comments
 (0)