Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 690 Bytes

README.md

File metadata and controls

21 lines (17 loc) · 690 Bytes

General info

This is a WPF app that let's you check weather for specified location and time. All weather informations come from OpenWeatherMap's API.

Technologies and programming languages

  • .NET WPF
  • XAML
  • XML
  • LINQ
  • OpenWeatherMap's API

Features

  • displaying maximum temperature for each selected day
  • displaying average humidity for each selected day
  • displaying possibility rain for each selected day
  • scrolling list of future weather conditions
  • displaying different images for each day depending of weather

Screenshot

This is how weather is displayed after selecting parameters:

Weather App screenshot