Covid-19 tracker india application

I have made my own version and I want to share the idea

http://api.coronatracker.com/v3/stats/worldometer/country
this is the url, in that you can see all the countries and you can see the country code that interests you

http://api.coronatracker.com/v3/stats/worldometer/global

this second url is for global information

To handle the response, I have used this extension
https://community.kodular.io/t/free-extension-jsonutils/33272

In the first url, I have handled it like this

In the second url, I have handled the response like this

I have also used the textutils extension to format the numbers

1 Like