Skip to content

Commit

Permalink
Added example of a power shell usage (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
chubin authored Apr 23, 2020
1 parent dae9b6a commit a2ea774
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit a2ea774

Please sign in to comment.