README.md (521B)
1 # nws-forecast-mailer 2 Gets the local 48-hour forecast of a US city from the National Weather Service, 3 and sends it as an e-mail. 4 5 Licensed under the GNU Public License, v.3, see `LICENSE.txt` for details. 6 7 ## Requirements 8 `curl`, `mutt`, and `msmtp` 9 10 ## Setup 11 Configure the lat/long/zipcode/recipient e-mail address in `fetch_and_mail.sh`. 12 To get the weather forecast in your inbox every morning, add an entry to 13 crontab (using e.g. `crontab -e`): 14 15 00 06 * * * cd ~/nws-forecast-mailer && bash fetch_and_mail.sh