Script to show hourly weather update
cli based:
- move the weather file to /usr/bin/
- type weather in terminal to get the weather update
Hourly Cron
- move the weather file /etc/con.hourly
- restart crontab
- Clone the repo
- run go get -v github.com/martinlindhe/notify
- go run weather.go
The script uses banglore as the location, you can change the lat and long and build again