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 38df2fc85c1eacad9d0838b0d5d5d35f2f34125b
parent bef877bc9a8197c27e1d03160a466a3aec5b1d72
Author: Anders Damsgaard <andersd@riseup.net>
Date:   Wed,  3 Jan 2018 18:57:00 -0800

Update readme

Diffstat:
MREADME.md | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md @@ -5,11 +5,11 @@ and sends it as an e-mail. Licensed under the GNU Public License, v.3, see `LICENSE.txt` for details. ## Requirements -`curl` and `mutt` +`curl`, `mutt`, and `msmtp` ## Setup Configure the lat/long/zipcode/recipient e-mail address in `fetch_and_mail.sh`. To get the weather forecast in your inbox every morning, add an entry to crontab (using e.g. `crontab -e`): - 06 00 * * * bash ~/nws-forecast-mailer/fetch_and_mail.sh > ~/.nws.log + 06 00 * * * cd ~/nws-forecast-mailer && bash fetch_and_mail.sh