From a2ea774143b369a5001db279b222bcf2248307ee Mon Sep 17 00:00:00 2001 From: Igor Chubin Date: Thu, 23 Apr 2020 19:19:07 +0200 Subject: [PATCH] Added example of a power shell usage (#18) --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 18f9db22..29fd472c 100644 --- a/README.md +++ b/README.md @@ -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.