diff --git a/README.md b/README.md index 464540b..284c3ba 100644 --- a/README.md +++ b/README.md @@ -212,6 +212,29 @@ $ cat ~/.config/fontconfig/fonts.conf (to apply the configuration, run `fc-cache -f -v`) +## Data-reach output format + +In the experimental data-reach output format, that is available under the view code `v2`, +a lot of additional weather and astronomical information is available: + +* Temperature, and precepetation changes forecast throughout the days; +* Moonphase for today and the next three days; +* The current weather condition, temperature, humidity, windspeed and direction, pressure; +* Timezone; +* Dawn, sunrise, noon, sunset, dusk time for he selected location; +* Precise geographical coordinates for the selected location. + +``` + $ curl v2.wttr.in/München +``` + +![data-reach output format](https://wttr.in/files/example-wttr-v2.png) + +(The mode is experimental, and it has several limitations currently: + +* It works only in terminal; +* Only English is supported). + ## Moon phases wttr.in can also be used to check the phase of the Moon. This example shows how to see the current Moon phase: diff --git a/share/static/example-wttr-v2.png b/share/static/example-wttr-v2.png new file mode 100644 index 0000000..3251a8e Binary files /dev/null and b/share/static/example-wttr-v2.png differ