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

Commit 5228ee5

Browse files
authored
docs: update README.md
1 parent e4dea1f commit 5228ee5

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

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)