Skip to content

rasmus-pagh/COVID-19-plots

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

89 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

COVID-19 plots

Some plots. Parameters can be chosen using the URL. Pull requests welcome.

For example: https://holgerdell.github.io/COVID-19-plots/index.html?normalize=true&logplot=true&countries=China;Italy;South%20Korea

URL parameter dataset can be set to owid_total_cases (default), owid_total_deaths, jh_confirmed, jh_deaths, and jh_recovered.

Development

Install the development tools:

yarn install

Start a http server for local development:

yarn run http-server

Manually run the JavaScript linter standard:

yarn run standard

Manually run the CSS linter stylelint:

yarn run stylelint "**/*.css"

Both linters support --fix for automatic fixing.

Visual Studio Code provides the extensions chenxsan.vscode-standardjs and stylelint.vscode-stylelint for automatic linting.

Data Sources:

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 85.5%
  • CSS 10.9%
  • HTML 3.6%