Added example of a power shell usage (#18)

pull/435/head
Igor Chubin 5 years ago committed by GitHub
parent dae9b6adcd
commit a2ea774143
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -30,6 +30,10 @@ Here is an actual weather report for your location (it's live!):
(It's not your actual location - GitHub's CDN hides your real IP address with its own IP address,
but it's still a live weather report in your language.)
Or in PowerShell:
(Invoke-WebRequest http://wttr.in).Content
Want to get the weather information for a specific location? You can add the desired location to the URL in your
request like this:
@ -67,6 +71,7 @@ To get detailed information online, you can access the [/:help](http://wttr.in/:
$ curl wttr.in/:help
### Weather Units
By default the USCS units are used for the queries from the USA and the metric system for the rest of the world.

Loading…
Cancel
Save