weatherapp is a Go library and command-line client for the Weather website wearther information service. It allows you to search for the weather based on the City name.
To install the client binary, run:
go get -u github.com/redscaresu/weatherapp
To use the client run:
weatherapp london
City: London
Weather: Clouds
Celsius: 13
To use the client, you will need an API Key for the account. Go to the Weatherapp and follow the instructions.
Before you can use the weatherapp you must set the api key as an env variable like so export WEATHERAPP_TOKEN=$TOKEN_ID