Project Details - AbhishekPednekar84/covid19-tracker-karnataka GitHub Wiki
The website gets its data from two sources -
-
The api open-sourced by the Covid19 India team.
Barring the Piechart, all other components pull data from various end-points exposed by the API. -
** This feature has been excluded temporarily **. The Covid19 dashboard maintained by the government of Karnataka
The pie chart pulls gender information indirectly from this dashboard. A Python program scrapes the gender statistics from the dashboard and exposes this data via the https://kar.covid19-info.website/gender.json endpoint. Refer to the covid19-kar-api repository for more details.