Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/davideferre/covid-19_data_viewer
- Owner: davideferre
- Created: 2020-03-16T00:34:23.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-05-22T23:21:53.000Z (over 1 year ago)
- Last Synced: 2024-01-10T16:50:31.299Z (12 months ago)
- Topics: hacktoberfest, hacktoberfest2020
- Language: HTML
- Homepage:
- Size: 82 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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
```