mirror of https://github.com/chubin/wttr.in
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
68 lines
2.2 KiB
68 lines
2.2 KiB
Usage:
|
|
|
|
$ curl wttr.in # current location
|
|
$ curl wttr.in/muc # weather in the Munich airport
|
|
|
|
Supported location types:
|
|
|
|
/paris # city name
|
|
/~Eiffel+tower # any location
|
|
/Москва # Unicode name of any location in any language
|
|
/muc # airport code (3 letters)
|
|
/@stackoverflow.com # domain name
|
|
/94107 # area codes
|
|
/-78.46,106.79 # GPS coordinates
|
|
|
|
Special locations:
|
|
|
|
/moon # Moon phase (add ,+US or ,+France for these cities)
|
|
/moon@2016-10-25 # Moon phase for the date (@2016-10-25)
|
|
|
|
Units:
|
|
|
|
?m # metric (SI) (used by default everywhere except US)
|
|
?u # USCS (used by default in US)
|
|
?M # show wind speed in m/s
|
|
|
|
View options:
|
|
|
|
?0 # only current weather
|
|
?1 # current weather + 1 day
|
|
?2 # current weather + 2 days
|
|
?n # narrow version (only day and night)
|
|
?q # quiet version (no "Weather report" text)
|
|
?Q # superquiet version (no "Weather report", no city name)
|
|
?T # switch terminal sequences off (no colors)
|
|
|
|
PNG options:
|
|
|
|
/paris.png # generate a PNG file
|
|
?p # add frame around the output
|
|
?t # transparency 150
|
|
transparency=... # transparency from 0 to 255 (255 = not transparent)
|
|
|
|
Options can be combined:
|
|
|
|
/Paris?0pq
|
|
/Paris?0pq&lang=fr
|
|
/Paris_0pq.png # in PNG the file mode are specified after _
|
|
/Rome_0pq_lang=it.png # long options are separated with underscore
|
|
|
|
Localization:
|
|
|
|
$ curl fr.wttr.in/Paris
|
|
$ curl wttr.in/paris?lang=fr
|
|
$ curl -H "Accept-Language: fr" wttr.in/paris
|
|
|
|
Supported languages:
|
|
|
|
FULL_TRANSLATION (supported)
|
|
PARTIAL_TRANSLATION (in progress)
|
|
|
|
Special URLs:
|
|
|
|
/:help # show this page
|
|
/:bash.function # show recommended bash function wttr()
|
|
/:translation # show the information about the translators
|
|
|