From 5228ee54a560be1cc7938e6514da87cc51c14eb7 Mon Sep 17 00:00:00 2001 From: leafcoder Date: Sat, 9 May 2020 14:01:14 +0800 Subject: [PATCH 1/2] docs: update README.md --- docs/README.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/docs/README.md b/docs/README.md index 73fae90..7bf9b23 100644 --- a/docs/README.md +++ b/docs/README.md @@ -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 请按照以下步骤完成项目的初始化和启动。 @@ -548,4 +560,4 @@ http://111.231.75.86:8000/api/cities/大庆/ "curedCount": 195, "deadCount": 4 } -``` \ No newline at end of file +``` From 3e613d7d76df809774e6af82e6f2d80b82335c37 Mon Sep 17 00:00:00 2001 From: leafcoder Date: Sat, 9 May 2020 14:02:42 +0800 Subject: [PATCH 2/2] docs: update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a132b22..8766cc3 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,10 @@ # 接口文档 -点击查看 [在线接口文档](http://111.231.75.86:8000/docs/)。 +点击查看 [在线接口文档](https://blog.leafcoder.cn/django-covid19/)。 +# 在线大屏 + +点击查看 [在线数据大屏](http://111.231.75.86/dashboard)。 # 文档预览