nws-forecast-mailer

fetch and deliver the NWS 48-hour forecast by email
git clone git://src.adamsgaard.dk/nws-forecast-mailer # fast
git clone https://src.adamsgaard.dk/nws-forecast-mailer.git # slow
Log | Files | Refs | README | LICENSE Back to index

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