This application allows you to determine the weather in a locality.
Csharp
;WPF
.
Get data about temperature by location
;Get data about himidity by location
;Get data about pressure by location
;Get data about wind speed by location
.
Before you begin, you should have already downloaded the Visual Studio and set it up correctly. You can find a guide on how to do this here: Setting up Visual Studio.
Clone the repository using HTTP: git clone https://github.com/rutikeyone/windows-weather-application
;Open Visual Studio
;Click on 'Open an existing Visual Studio project
;Browse to the directory where you cloned the repo and click OK
;Let Visual Studio import the project
;Clicking run button
.