mirror of
https://github.com/chubin/wttr.in
synced 2024-11-14 16:17:19 +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.
|
||||
|
||||
Use `:` separated lists for multiple locations (for repeating queries):
|
||||
|
||||
```
|
||||
$ curl wttr.in/Nuremberg:Hamburg:Berlin?format=
|
||||
Nuremberg: 🌦 +5⁰C
|
||||
```
|
||||
|
||||
## 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:
|
||||
|
|
Loading…
Reference in a new issue