-
Notifications
You must be signed in to change notification settings - Fork 0
Project Details
Abhishek edited this page Aug 25, 2020
·
5 revisions
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.