Providing realtime, accurate but free and OSS data for Current cases and more stuff about COVID-19 in Africa.
After searching and failing to find a Covid-19 monitor mainly focused on African Countries. I decided to make one with a focus on the African continent.
- Active Cases
- All reported cases
- Critical cases
- Total number of deaths 😢
- Cases Recovered 👌🏿
- Cases Today
- Deaths Today
- Vanilla JS
- HTML
- Bootstrap CSS
This code in available in the root folder of the project. This service is deployed Netlify
- Python
- Flask
This code in available in the functions directory of the project This service is deployed on GCP using Cloud Run
Deployed within the same directory is a Dockerfile to the project that you can use to set up then change the URL configuration in the index.js file.
In addition to the website itself, I also built a JSON API to allow for programmatic access to this same exact data. The API is currently available on
For the aggregated metrics
https://covid-19af.karat.co.ke/aggr
For all the values, by country.
https://covid-19af.karat.co.ke/countries
Following the resources, data and services provided by this NovelCovid project. You can check it out if you need to pull off something similar.