index
:
ara
this commit
master
Ara is a simple cli program that prints Covid-19 stats
Andinus <andinus@nand.sh>
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ara.pl
Commit message (
Expand
)
Author
Age
Files
Lines
*
Switch to Text::ASCIITable for $covid_19_data
Andinus
2020-06-06
1
-8
/
+18
*
Remove DateTime, use Time::Moment instead
Andinus
2020-06-06
1
-9
/
+11
*
Use == to compare numbers instead of eq
Andinus
2020-06-06
1
-1
/
+1
*
Use Time::Moment for $file_mtime instead of DateTime
Andinus
2020-06-06
1
-5
/
+3
*
use File::Fetch only when required
Andinus
2020-06-06
1
-1
/
+2
*
Use Text::ASCIITable for State Notes
Andinus
2020-06-05
1
-7
/
+7
*
Print state notes along with covid-19 data
Andinus
2020-06-05
1
-4
/
+16
*
Merge if statements into a single block
Andinus
2020-06-05
1
-9
/
+7
*
Fetch latest data only if local data is old or doesn't exist
Andinus
2020-06-05
1
-6
/
+24
*
Fix deltarecovered & deltadeaths
Andinus
2020-06-05
1
-2
/
+2
*
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
*
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
*
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
*
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
*
Initial version
Andinus
2020-05-29
1
-0
/
+59