Due the world situation about the new pandemic, I create a simple COVID-19 Title XAML for monitoring. The data source:
TOTAL INFECTION & Country NAME & date
https://raw.githubusercontent.com/CSSEGISandData/COVID-19/master/csse_covid_19_data/csse_covid_19_time_series/time_series_covid19_confirmed_global.csv
Column 2 and Row 134 for Country Name – Indonesia
Column 67 and Row 1 for Date, in this case date 24-03-2020
Column 67 and Row 134 for confirmed – Indonesia – date 24-03-2020
TOTAL DEATH
https://raw.githubusercontent.com/CSSEGISandData/COVID-19/master/csse _covid_19_data/csse_covid_19_time_series/time_series_covid19_deaths_global.csv
Column 67 and Row 134 for deaths – Indonesia – date 23-04-2020
You can build yourself a better Title XAML using my previous tutorials
Note: Column 67 indicates the date of the days, so you need to change it everyday manually!
For example today is column 67, tomorrow is column 68, and so on… Checked the latest updates every day for the new column data!
Download: