All Projects → joyqi → ncov2019

joyqi / ncov2019

Licence: MIT license
从官方数据中提取我感兴趣的2019新型冠状病毒发展情况

Programming Languages

typescript
32286 projects
HTML
75241 projects

Projects that are alternatives of or similar to ncov2019

covid19-visualized
COVID-19 World update with data Visualization (Include Indonesia cases)
Stars: ✭ 23 (+15%)
Mutual labels:  coronavirus, ncov-2019, covid-19
Coronavirus
Java API Wrapper for tracking coronavirus (COVID-19, SARS-CoV-2) via https://git.io/Jvoep
Stars: ✭ 16 (-20%)
Mutual labels:  coronavirus, ncov-2019, covid-19
data2019nCoV
COVID-19 Pandemic Data R Package
Stars: ✭ 40 (+100%)
Mutual labels:  coronavirus, ncov-2019, covid-19
cli-corona
📈 Track COVID-19 (2019 novel Coronavirus) statistics via the command line.
Stars: ✭ 14 (-30%)
Mutual labels:  coronavirus, covid-19
covid19-br-info
Coronavirus frontend info about Brazil's states and cities
Stars: ✭ 12 (-40%)
Mutual labels:  coronavirus, covid-19
COVID-19-Greece
A python-generated website for visualizing the novel coronavirus (COVID-19) data for Greece.
Stars: ✭ 21 (+5%)
Mutual labels:  coronavirus, covid-19
CoronaVirusOutbreakAPI
A tiny and small program to crawler and analyze outbreak of COVID-19 in world and every country using PHP.
Stars: ✭ 20 (+0%)
Mutual labels:  coronavirus, covid-19
AnomalyDetect
Detects anomalous resting heart rate from smartwatch data.
Stars: ✭ 18 (-10%)
Mutual labels:  coronavirus, covid-19
COVID19 AgentBasedSimulation
COVID-ABS: An Agent-Based Model of COVID-19 Epidemic to Simulate Health and Economic Effects of Social Distancing Interventions
Stars: ✭ 56 (+180%)
Mutual labels:  coronavirus, covid-19
iorestoacasa
#covid19 Ciò che stiamo facendo è creare un servizio informazioni, aggiornato in tempo reale, relativo ad ospedali e supporto medico, attività produttive, servizi di approvvigionamento e molto altro. COVID-19
Stars: ✭ 23 (+15%)
Mutual labels:  coronavirus, covid-19
Bluetooth-ble-beamer-and-scanner-for-tracing-corona-virus-infected-individual
Bluetooth ble beacon beamer and scanner for tracing corona virus infected person similar to Trace Together app
Stars: ✭ 26 (+30%)
Mutual labels:  coronavirus, covid-19
CoronaVirus-2019-nCoV-Live-Tracking
CoronaVirus(COVID-19) Live Map Tracker Android Kotlin App
Stars: ✭ 43 (+115%)
Mutual labels:  coronavirus, covid-19
COVID-19-STAT
A web application to keep track of COVID-19 numbers & growth across the world
Stars: ✭ 19 (-5%)
Mutual labels:  coronavirus, covid-19
covid19
Visualize and compare COVID 19 growth rates of different countries
Stars: ✭ 22 (+10%)
Mutual labels:  coronavirus, covid-19
cotect
🛡Crowd-sourced COVID-19 reporting and assessment system.
Stars: ✭ 14 (-30%)
Mutual labels:  coronavirus, covid-19
Covid-19-API
A realtime API for coronavirus cases on Heroku. Data automatically updated every 10 minutes!
Stars: ✭ 59 (+195%)
Mutual labels:  coronavirus, covid-19
covid-19-status
Menu bar widget for MacOS with COVID-19 statistics
Stars: ✭ 50 (+150%)
Mutual labels:  coronavirus, covid-19
iorestoacasa.work
Frontend of the video calling platform iorestoacasa.work
Stars: ✭ 36 (+80%)
Mutual labels:  coronavirus, covid-19
cocoa-documentation
接触確認アプリ COCOA の非公式ドキュメント
Stars: ✭ 51 (+155%)
Mutual labels:  coronavirus, covid-19
ios
CoThings's iOS application. CoThings is a realtime counter for shared things.
Stars: ✭ 13 (-35%)
Mutual labels:  coronavirus, covid-19

2019新型冠状病毒疫情发展统计

我在此项目中使用了来自新浪的数据接口,并对数据使用做了如下约定

  1. 只使用2019年1月21日及以后的数据,之前的数据由于没有进入紧急情况,所以统计有可能不能反映真实情况。
  2. 只考虑增量,累积量用来反应形式发展并不直观。

由于新浪的新增疑似病例计算有问题,我在后期又整合了网易的数据增加准确率。

项目部署

clone 此项目代码后在浏览器里打开 dist 目录下的 index.html 文件即可看到数据。数据是实时从远程接口获取。

如果需要修改代码,或者自己编译,需要安装 parcel

npm install -g parcel-bundler

安装完以后执行

npm run build

即可完成编译,如果缺失npm包,别忘了执行

npm install
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].