/:help updated
This commit is contained in:
parent
f2523a2695
commit
4275f10cd3
1 changed files with 22 additions and 0 deletions
|
|
@ -20,6 +20,28 @@ Units:
|
||||||
?m # metric (SI) (used by default everywhere except US)
|
?m # metric (SI) (used by default everywhere except US)
|
||||||
?u # USCS (used by default in US)
|
?u # USCS (used by default in US)
|
||||||
|
|
||||||
|
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 "Weathre report" text)
|
||||||
|
?Q # superquiet version (no "Weathre report", no city name)
|
||||||
|
|
||||||
|
PNG options:
|
||||||
|
|
||||||
|
/paris.png # generate a PNG file
|
||||||
|
?p # add frame arond the output
|
||||||
|
?t # transparency 150
|
||||||
|
transparency=... # transparency from 0 to 255 (255 = not transparent)
|
||||||
|
|
||||||
|
Options can be combined:
|
||||||
|
|
||||||
|
/Paris?0pq
|
||||||
|
/Paris_0pq.png # in PNG the file mode are specified after _
|
||||||
|
/Rome_0pq_lang=it.png # long options are separated with underscore
|
||||||
|
|
||||||
Localization:
|
Localization:
|
||||||
|
|
||||||
$ curl wttr.in/paris?lang=fr
|
$ curl wttr.in/paris?lang=fr
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue