Skip to content

ViggoGaming/corona-graph

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Corona graph

Description

This project was first built using matplotlib, but I then changed it over to google-charts.

Preview

corona-graph

Install

$ git clone "https://github.com/ViggoGaming/corona-graph.git"
$ cd corona-graph
$ pip install -r requirements.txt

Usage

$ python app.py

To see the application go to this url in your browser:

http://localhost:5000

To change the countries that are shown in the plot edit line 9 in app.py.

#countries = ["Denmark", "Sweden", "Norway", "Finland", "Iceland"]
countries = ["US", "Italy", "Spain"]

Contributing

You are welcome to contribute to the project if you want to.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published