Skip to content

Releases: MAKLs/makl.weather

Patch Bug #14

07 Dec 15:40
Compare
Choose a tag to compare

Release

This release resolves Issue #14 to ensure that the weather icon properly renders in the weather report.

Features

No new features for this release.

First release

01 Dec 21:55
Compare
Choose a tag to compare

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