Best Flask open-source libraries and packages

Coronavirus data

Covid-19 Interactive Data App 🤒
Updated 3 years ago

COVID 19 Data Visualization

Try it out: corona-vizz.herokuapp.com/

About

This project was designed to visualize the spread of Covid-19. It runs on Python, MongoDB, and Javascript. Data is scraped from the web and stored in Mongo. The app then matches up countries with the proper coordinates and plots them on an interactive map using leaflet. Dynamic charting is available to which allows you to view the statistics of each country and compare up to four at a time.

Map with popup data

Statistics by location

Compare countries by metric

Web Scraping / API Calls

scraper.py

Flask App

app.py

Javascript Plots

plot.js