sagarkarira / coronavirus-tracker-cli

Track conronavirus cases from command line. curl https://corona-stats.online/

Home Page:https://corona-stats.online/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Display more than one country

simsus opened this issue · comments

Maybe an interesting feature, but not important:
curl http://corona-stats.online/[countrycode] just displays one country.
curl http://corona-stats.online/[countrycode1]&[countrycode2]... could display more than one country and then a comparision between these countrys / selections is easier

Sounds good. I will implement this after I am done with charts implementation.