Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Merge if statements into a single block | Andinus | 2020-06-05 | 1 | -9/+7 | |
| | | | | | Instead of checking if( $update_info eq "Today" ) three times, we check it only once. | |||||
* | Fetch latest data only if local data is old or doesn't exist | Andinus | 2020-06-05 | 1 | -6/+24 | |
| | | | | | This will fetch the latest data only if the local data is older than 8 minutes or the file doesn't exist. | |||||
* | Fix deltarecovered & deltadeaths | Andinus | 2020-06-05 | 1 | -2/+2 | |
| | | | | They were swapped for some reason. | |||||
* | Show delta only if it was updated Today | Andinus | 2020-06-05 | 1 | -3/+16 | |
| | ||||||
* | Add $statewise as intermediate | Andinus | 2020-06-03 | 1 | -7/+10 | |
| | ||||||
* | Remove @statewise & clean up code | Andinus | 2020-06-03 | 1 | -10/+7 | |
| | | | | | @statewise thing did some stuff that I didn't understand, instead of that we directly take data from $json_data. | |||||
* | Remove use Data::Dumper | Andinus | 2020-05-29 | 1 | -1/+0 | |
| | ||||||
* | Use statecode if state name is too long | Andinus | 2020-05-29 | 1 | -4/+8 | |
| | ||||||
* | Change timezone to 'Asia/Kolkata' | Andinus | 2020-05-29 | 1 | -1/+1 | |
| | ||||||
* | Use $last_update_dmy instead of substr func everywhere | Andinus | 2020-05-29 | 1 | -3/+4 | |
| | ||||||
* | Fix datetime check, clone before subtract/add | Andinus | 2020-05-29 | 1 | -2/+2 | |
| | | | | subtract/add modifies in place so we clone it. | |||||
* | Add check for tomorrow in dates | Andinus | 2020-05-29 | 1 | -2/+4 | |
| | ||||||
* | Make time relative in output | Andinus | 2020-05-29 | 1 | -1/+20 | |
| | | | | | It now shows "Today", "Yesterday" instead of showing solid dates for all entries. | |||||
* | Format date in output to 'Month Date' | Andinus | 2020-05-29 | 1 | -1/+4 | |
| | ||||||
* | Add last updated to output | Andinus | 2020-05-29 | 1 | -1/+3 | |
| | ||||||
* | Change output format to tables | Andinus | 2020-05-29 | 1 | -6/+24 | |
| | | | | | | | This version is much better, it will print all states information along with delta in some fields like confirmed, deaths, recovered. I'm not sure though if this is the best way, it just works. | |||||
* | Initial version | Andinus | 2020-05-29 | 1 | -0/+59 | |