nws-forecast-mailer

Fetch and deliver the NWS 48-hour forecast by email
git clone git://src.adamsgaard.dk/nws-forecast-mailer
Log | Files | Refs | README

commit 5705ecf6d3712efc65dd4e6b736dca38eba977db
parent 05201fef8c1f1a44e857afc5e1d20f071a4c1e51
Author: Anders Damsgaard <andersd@riseup.net>
Date:   Wed,  3 Jan 2018 21:24:24 -0500

Disable cURL progress meter

Diffstat:
Mfetch_and_mail.sh | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fetch_and_mail.sh b/fetch_and_mail.sh @@ -5,7 +5,7 @@ longitude=-74.5647 zcode="NJZ012" function fetch { - curl --location \ + curl --location --silent \ "http://f1.weather.gov/meteograms/Plotter.php?lat=${1}&lon=${2}&wfo=PHI&zcode=${3}&gset=20&gdiff=10&unit=0&tinfo=EY5&ahour=0&pcmd=11011111111110100000000000000000000000000000000000000000000&lg=en&indu=3!1!1!&dd=&bw=&hrspan=48&pqpfhr=6&psnwhr=6"\ --output $1-$2-$3-48h.png }