We are using Indian Govt. official website (https://www.mygov.in/covid-19/) to load the data. In Every hour in UTC timezone, App has scheduler which will refresh the data from the source.
We are using web-scraping (https://en.wikipedia.org/wiki/Web_scraping) technique to get the required information from the website.
For local development and deployment. Please follow HELP.md.
Note: As of now, app provides information for India.
Supported location.
/api/covid/countries-stats/{countryCode}
curl -v https://rout.dev/api/covid/countries-stats?countryCode=IN
/api/covid/countries-stats?countryCode=IN
curl -v https://rout.dev/api/covid/countries-stats?countryCode=IN
/api/covid/states-stats/{stateCode}
curl -v https://rout.dev/api/covid/states-stats/DL
/api/covid/states-stats?stateCode=DL
curl -v https://rout.dev/api/covid/states-stats?stateCode=DL
/api/covid/states-stats?countryCode=IN
curl -v https://rout.dev/api/covid/states-stats?countryCode=IN