mirror of
https://github.com/chubin/wttr.in
synced 2025-01-12 03:58:45 +00:00
Silence curl for multi URL requests
This commit is contained in:
parent
f0fffd9299
commit
bac3b03262
1 changed files with 1 additions and 1 deletions
|
@ -132,7 +132,7 @@ Nuremberg: 🌦 +11⁰C
|
||||||
Or to process all this queries at once:
|
Or to process all this queries at once:
|
||||||
|
|
||||||
```
|
```
|
||||||
$ curl 'wttr.in/{Nuremberg,Hamburg,Berlin}?format=3'
|
$ curl -s 'wttr.in/{Nuremberg,Hamburg,Berlin}?format=3'
|
||||||
Nuremberg: 🌦 +11⁰C
|
Nuremberg: 🌦 +11⁰C
|
||||||
Hamburg: 🌦 +8⁰C
|
Hamburg: 🌦 +8⁰C
|
||||||
Berlin: 🌦 +8⁰C
|
Berlin: 🌦 +8⁰C
|
||||||
|
|
Loading…
Reference in a new issue