mirror of
https://github.com/chubin/wttr.in
synced 2025-01-12 03:58:45 +00:00
mentioned + for spaces in help (fixes #397)
This commit is contained in:
parent
fc604e2575
commit
a35b1ea350
2 changed files with 2 additions and 1 deletions
|
@ -39,6 +39,7 @@ request like this:
|
|||
|
||||
$ curl wttr.in/London
|
||||
$ curl wttr.in/Moscow
|
||||
$ curl wttr.in/Salt+Lake+City
|
||||
|
||||
If you omit the location name, you will get the report for your current location based on your IP address.
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@ Usage:
|
|||
Supported location types:
|
||||
|
||||
/paris # city name
|
||||
/~Eiffel+tower # any location
|
||||
/~Eiffel+tower # any location (+ for spaces)
|
||||
/Москва # Unicode name of any location in any language
|
||||
/muc # airport code (3 letters)
|
||||
/@stackoverflow.com # domain name
|
||||
|
|
Loading…
Reference in a new issue