Skip to content

xrr2016/covid-19

 
 

Repository files navigation

covid-19

Project setup

yarn
cd data
git init
git config core.sparsecheckout true
echo 'json/DXYArea-TimeSeries.json' >> .git/info/sparse-checkout
# if the speed of git pull is very slow, you can try this image repo.
# git remote add origin https://github.com.cnpmjs.org/BlankerL/DXY-COVID-19-Data.git
git remote add origin https://github.com/BlankerL/DXY-COVID-19-Data.git
git pull origin master
cd ..
# generate the json file of each country timeline data
node request/get-data.js

About

covid-19数据可视化

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vue 50.6%
  • JavaScript 44.5%
  • HTML 4.9%