An open API service indexing awesome lists of open source software.

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

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