Grabbing data straight from covid-19.sr.
The numbers are stored on the browser's local storage, to detect changes when future requests are made.
Click to check latest results!
How it works: -Covid-19.sr's main page is fetched using Fetch API over a Proxy (to bypass CORS) -The response is converted to text -The text is converted to DOM -Relevant sections are selected from the DOM -Numbers are extracted from the sections -Percentage calculation is made and the data is updated below!
Click to check latest results!
Edit: May give errors, since there are no longer daily updates [source]