This a IoT Device that shows current covid stats
- NodeMCU (ESP8266)
- ST7735 Display
Go to grc.com site and paste the below link in the search bar and click Fingerprint Site.
disease.sh
Here i have used the disease.sh website API to make a HTTPS GET request
Below is base URL
https://disease.sh/v3/covid-19/countries/<country_name>
Replace the <country_name> to specific country's shorthand notation or the full country name without space Example For India use in America use usa for Germany use de
https://disease.sh/v3/covid-19/countries/<country_name>