Created a webmap using python libraries to visualize covid-19 data. The data is collected from Johns Hopkins data repository. Zoom in the map and click on the markers to get the data of any country.
https://covid19-webmap.herokuapp.com/
For a local installation, make sure you have pip installed and run:
$ pip install jupyter
Install Pandas:
$ pip install pandas
Install Folium:
$ pip install folium
Clone this repository: git clone https://github.com/stmeem/covid19-map.git
Navigate the repository: cd covid19-map
Run Jupyter in a local installation:
$ jupyter notebook
Navigate to http://localhost:8888.