atomshaw / WeatherApp

WinUI3 Weather App

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This App runs on .net version 8 utilizing WinUI and requires Windows to run.

Dependencies: I have relied on CoderPro.OpenWeatherMaps.Wrapper NuGet package to make the api calls. GitHubLink: https://github.com/coderpros/CoderPro.OpenWeatherMap

To Install this program, run the WeatherApp_1.0.0.0_x86.msix file located here: CopelandCodeTest/Deploy/WeatherApp_1.0.0.0_x86.msix , or run from source.

Once launched you will be presented with a text box and search button. You have three options to search with:

  1. City Name - example: Denver
  2. Zip Code - It only takes the 5-digit zip code. example: 63130
  3. Latitude, Longitude - You can enter a set of lat, lon coordinates seperated by a comma and get a reverse-gps lookup. example: 38.3954,-96.5367

About

WinUI3 Weather App


Languages

Language:PowerShell 97.5%Language:C# 2.5%