wojciechmarek / weather-station

A project showing the current weather in the selected location.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Weather Station

This project is showing the current weather in the selected location. It allows you to see the weather (a temperature, an icon, and other stuff) and see the forecast for the next 3 days for that location.

Purpose

Weather Station was made while I was in my second year of study to pass individual project.

Screenshots

  • Main view - current weather for location: today

  • Forecast view:

    forecast

  • Search view:

    search

Used technologies

  • Visual Studio 2019
  • .Net Framework
  • Windows Presentation Foundation (WPF)
  • Model-View-ViewModel architectural pattern (MVVM)
  • MVVM Light Library
  • Newtonsoft.Json and JSON
  • OpenWeatherMap API

How to run

Take a computer with Windows OS. Install .Net Framework and Visual Studio. Open the project file, and follow the instructions on what else to install, then build and run it. You have to update the secret key inside the App.config file. Rock.

About

A project showing the current weather in the selected location.

License:GNU General Public License v2.0


Languages

Language:C# 100.0%