Merge pull request #271 from ameer1234567890/patch-1

Silence curl for multi URL requests
pull/272/head
Igor Chubin 6 years ago committed by GitHub
commit 2ddeea82d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -132,7 +132,7 @@ Nuremberg: 🌦 +11⁰C
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
Hamburg: 🌦 +8⁰C
Berlin: 🌦 +8⁰C

Loading…
Cancel
Save