update forecast_test with new output
increment version
add daily forcast printing
Display weather information from Metservice. Uses the metservice-go library.
metweather [command] [flags]
GLOBAL flags
--config string config file (default is $XDG_CONFIG_HOME/.metweather.yaml)
-h, --help help for metweather
-v, --version version for metweather
-l, --location string location used for the weather observation/forecast
COMMANDS
observation: display current or past weather observations
forecast: display weather predictions for the current day or next serveral days
location: Dunedin
alternatively you can set an environment variable
METWEATHER_LOCATION="Dunedin"
Install the dependencies:
Edit config.mk to your desired install path.
Then compile and install:
# sudo make install
Discussion and patches can be found here.