Skip to content

First release

Compare
Choose a tag to compare
@MAKLs MAKLs released this 01 Dec 21:55
· 2 commits to master since this release

Release

This is the first release of makl.weather!

Features

Get the current weather report for a location by specifying coordinates or the city name and optionally the ISO country code (default is US). If nothing is specified, the weather report for the user's current location is returned.

Examples

Coordinates

Get-Weather -Coordinates 40.440624,-79.995888

image

City Name

Get-Weather -City Yakutsk -CountryCode RU

image

Current Location

Get-Weather

image