Skip to content

open-covid-19/explorer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Open COVID-19 Explorer

This repository contains an interactive map that allows to explore data related to COVID-19. Selecting a country for the map displays data related to COVID-19 for the specific country, including a forecasting model if available.

Explorer Screenshot

Data

The dataset used for this interactive map is the Open COVID-19 Dataset, which contains total confirmed positive cases and total fatal cases for all reporting countries as well as subregions of USA, China and Spain.

Building the website

The website is automatically built upon a Git push. To build it manually, run:

# Install dependencies
npm install
# Build web components
npm run-script build
# Start web server in port 8080
npm run-script start

About

Interactive map for the Open COVID-19 Dataset

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published