mirror of
https://github.com/chubin/wttr.in
synced 2025-01-12 12:08:47 +00:00
singline line queries: multpile locations
This commit is contained in:
parent
afe6f2a6c1
commit
e92a41f9c8
1 changed files with 7 additions and 0 deletions
|
@ -123,6 +123,13 @@ Nuremberg: 🌦 +5⁰C
|
||||||
|
|
||||||
Available preconfigured formats: 1, 2, 3, 4 and custom format using a percent notation.
|
Available preconfigured formats: 1, 2, 3, 4 and custom format using a percent notation.
|
||||||
|
|
||||||
|
Use `:` separated lists for multiple locations (for repeating queries):
|
||||||
|
|
||||||
|
```
|
||||||
|
$ curl wttr.in/Nuremberg:Hamburg:Berlin?format=
|
||||||
|
Nuremberg: 🌦 +5⁰C
|
||||||
|
```
|
||||||
|
|
||||||
## Moon phases
|
## 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:
|
wttr.in can also be used to check the phase of the Moon. This example shows how to see the current Moon phase:
|
||||||
|
|
Loading…
Reference in a new issue