Use Powershell To Get Weather Using Wttr.in

less than 1 minute read

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:

  1. Function - Get-Weather

Comments