Skip to content

Latest commit

 

History

History
27 lines (13 loc) · 742 Bytes

README.md

File metadata and controls

27 lines (13 loc) · 742 Bytes

C# Weather App

What is this repository for?

Weather Application written in C# with Windows Forms, using https://openweathermap.org/api for data.

Weather

Features include:

  • Display 5 day forecast
  • Weather details (Moon/Sun rise/set, humidity, etc..)
  • Select city
  • Mini weather widgets for your desktop

IF DESIGNER FAILS TO LOAD

If the designer fails to load, which it does for some reason, dispite the program compiling and executing just fine, please open MainWeatherForm.Designer.cs in Visual Studio and simply enter a new line, and then save it and run the program. The designer than should load.

Thanks.