Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/davideferre/covid-19_data_viewer

Data viewer for COVID-19 in Italy
https://github.com/davideferre/covid-19_data_viewer

hacktoberfest hacktoberfest2020

Last synced: about 2 months ago
JSON representation

Data viewer for COVID-19 in Italy

Awesome Lists containing this project

README

        

COVID-19 data viewer for Italy emergency
==============================================================================

Flask app that read data from [Dipartimento della Protezione Civile](https://github.com/pcm-dpc/COVID-19)

### Installation
Create new virtualenv with python 3 and run:
`pip install -r requirements.txt`

### Running development server
```sh
export FLASK_APP=hello.py
flask run
```