项目作者: MeshackMusundi

项目描述 :
WPF-MVVM weather forecast application
高级语言: C#
项目地址: git://github.com/MeshackMusundi/OpenWeather.git
创建时间: 2017-08-20T19:01:58Z
项目社区:https://github.com/MeshackMusundi/OpenWeather

开源协议:MIT License

下载


OpenWeather

OpenWeather screenshot

OpenWeather is a WPF-MVVM weather forecast application that displays three day (current day + two days) forecast for a particular location.

You can read more about the project code here.

Requirements

  • OpenWeatherMap App ID (You will require an app ID that works with the 16 day API),
  • Visual Studio 2015/17,

Once you get your App ID insert it as the value of the APP_ID constant in the OpenWeatherMapService class.

  1. private const string APP_ID = "PLACE-YOUR-APP-ID-HERE";
  1. Private Const APP_ID As String = "PLACE-YOUR-APP-ID-HERE"

Acknowledgements