Use Powershell To Get Weather Using Wttr.in
Description:
Wttr.in has a neat API for the site that generates cmdline views of weather for your city. I especially like the moon phases as well.
Note: This doesn’t always play well with the ISE, it’s best to just put it in a ps1 function and call it that way.
To Resolve:
- Function - Get-Weather
Comments