An open API service indexing awesome lists of open source software.

https://github.com/stam/corona-map

Corona measures visualized per country
https://github.com/stam/corona-map

corona data-visualization ecdc

Last synced: about 1 year ago
JSON representation

Corona measures visualized per country

Awesome Lists containing this project

README

          

# corona-measures

Interactive map to show corona in europe

# Getting started

Update data

```
cd etl
python3 -m venv venv
pip install -r requirements.txt
python main --sync
```

Run frontend

```
cd ../frontend
yarn
yarn start
```