https://github.com/satheesh1997/go-weather
Script to Show the Weather from cli
https://github.com/satheesh1997/go-weather
golang openweatherapi
Last synced: about 1 year ago
JSON representation
Script to Show the Weather from cli
- Host: GitHub
- URL: https://github.com/satheesh1997/go-weather
- Owner: satheesh1997
- Created: 2019-11-08T08:53:33.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-11-09T19:42:18.000Z (over 6 years ago)
- Last Synced: 2025-02-01T18:43:56.641Z (over 1 year ago)
- Topics: golang, openweatherapi
- Language: Go
- Homepage:
- Size: 12.3 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# go-weather
Script to show hourly weather update
cli based:
1. move the weather file to /usr/bin/
2. type weather in terminal to get the weather update
Hourly Cron
1. move the weather file /etc/con.hourly
2. restart crontab
## Development
1. Clone the repo
2. run go get -v github.com/martinlindhe/notify
3. go run weather.go
## Note:
The script uses banglore as the location, you can change the
lat and long and build again