corona-cli
corona-cli copied to clipboard
New option --date
New option --date -d ddmmyy that gives the results for the given date.
Can you share you see that happening? Also PR is welcomed.
We would really use an option to show individual data of past dates, so we can draw curves, and calculate moving-averages, etc...
EG :
Belgium - Cases --d 01032020
@ahmadawais I have added --date
option. It's currently for country specific. Should we generalise it to all countries
as well? So there will GET /countries
+ n * GET /v2/historical/{country}
these many API calls.
Can you help me understand a use case for this?