diff options
| author | St33v <github@f3rr3t.com> | 2022-01-04 13:42:08 +1100 |
|---|---|---|
| committer | St33v <github@f3rr3t.com> | 2022-01-04 13:42:08 +1100 |
| commit | b9fc59b5bde345ac7b628c715ce7d5f97ccdac3c (patch) | |
| tree | 33240379d5afef958581d0a126dcff6621ab5d2b /README.md | |
| parent | a3ccc194a12b041f5a6046124469330dd68b7193 (diff) | |
can download and convert when executed manually
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 22 |
1 files changed, 21 insertions, 1 deletions
@@ -1,2 +1,22 @@ # bomSynoptic -Automoated download and display of synoptic weather charts from the Australian Bureau of Meteorology +Automated download and display of synoptic weather charts from the Australian Bureau of Meteorology + +## Background +(explain motivation and desired results) + +## Current state +Script can download most recent pdf and convert it to a scaled png file + +## todo + + * write a timer service + * 'xdg-open' the png file in its own workspace (in i3 window manager) + + +Files: + +File | Description | Location +-----|-------------|--------- +synopticChart.sh | Top level script | +func/deriveTimeString.sh | Return 'date + time' portion of latest chart for download +func/ |
