Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Use $last_update_dmy instead of substr func everywhere | Andinus | 2020-05-29 | 1 | -3/+4 | |
| | ||||||
* | Remove CPAN Modules list from README | Andinus | 2020-05-29 | 1 | -5/+0 | |
| | | | | User can look at 'use' lines in ara.pl. | |||||
* | Update example in README | Andinus | 2020-05-29 | 1 | -5/+43 | |
| | ||||||
* | 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. | |||||
* | Add example output to README | Andinus | 2020-05-29 | 1 | -0/+10 | |
| | ||||||
* | Add required modules, other notes to README | Andinus | 2020-05-29 | 1 | -1/+10 | |
| | ||||||
* | Initial version | Andinus | 2020-05-29 | 1 | -0/+59 | |
| | ||||||
* | Initial commit | Andinus | 2020-05-28 | 2 | -0/+27 | |