@@ 0,0 1,31 @@
+# metweather [](https://builds.sr.ht/~kota/metweather)
+
+Display weather information from [Metservice](https://www.metservice.com/).
+
+# Usage
+
+```
+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
+
+observation: display current or past weather observations
+forecast: display weather predictions for the current day or next serveral days
+```
+
+# Config Example
+
+```yaml
+location: Dunedin
+```
+
+alternatively you can set an environment variable
+`METWEATHER_LOCATION="Dunedin"`
+
+# Resources
+
+Discussion and patches can be found [here](https://lists.sr.ht/~kota/public-inbox).