Skip to content

Latest commit

 

History

History
35 lines (26 loc) · 1.3 KB

README.md

File metadata and controls

35 lines (26 loc) · 1.3 KB

GitHub  

Windows Weather App

Description

This application allows you to determine the weather in a locality.

Technologies used

  • Csharp;
  • WPF.

Features

  • 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.

Screenshots

Development Setup

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.

Building the Code

  • 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.