added small explanation about data-reach output format

This commit is contained in:
Igor Chubin 2019-08-25 21:16:49 +02:00
parent 74d005c0cc
commit 656f60b18d
2 changed files with 23 additions and 0 deletions

View file

@ -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:

Binary file not shown.

After

Width:  |  Height:  |  Size: 36 KiB