https://github.com/jadchaar/go-weather-cli
Command-line tool for weather forecasts
https://github.com/jadchaar/go-weather-cli
cli weather
Last synced: about 1 year ago
JSON representation
Command-line tool for weather forecasts
- Host: GitHub
- URL: https://github.com/jadchaar/go-weather-cli
- Owner: jadchaar
- Created: 2018-04-28T04:24:45.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-02T03:21:33.000Z (about 8 years ago)
- Last Synced: 2025-03-20T17:52:56.803Z (about 1 year ago)
- Topics: cli, weather
- Language: Go
- Homepage:
- Size: 2.88 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Weather Forecasts in the Command Line
## Language
[Golang](https://golang.org/)
## APIs
[Dark Sky](https://darksky.net/dev), [Google Maps Geocoder](https://developers.google.com/maps/documentation/geocoding/start)
## Usage
`go run weather.go -location "ADDRESS_OR_ZIP"`
## To-Do
Write test cases