Unite as one to fight the epidemic

The epidemic map and real-time authoritative news are provided in the real-time dynamic of the pneumonia epidemic in Lilac Garden, but there is no map of provinces and cities. I made a simple extension of the epidemic map to help people have a more intuitive understanding of the situation in their hometown while contributing to the country.

The code in github.com/shfshanyue/… , you can view the effect directly in ncov.shanyue

The following is a screenshot of the outbreak in Hubei

Quick start

Script to get data
$ node build-origin.js

$ npm start
Copy the code

The data source

The data is extracted from the Lilac garden using the script build-origine.js. Data is crawled every half hour and injected directly into the front end, so there is little pressure on ding Xiang Yuan

The deployment of

Automatic deployment with AliOSS using Github Actions, scheduled tasks using Github Actions are deployed every half hour (to get the latest data).