OpenWeather
OpenWeather是WPF-MVVM天气预报应用程序,在特定位置显示三天(当前一天 +两天)的预测。
您可以在此处阅读有关项目代码的更多信息。
要求
- OpenWeather Map App ID(您需要一个可与16天API一起使用的应用ID),
- Visual Studio 2015/17,
一旦使您的应用ID插入为OpenWeather Mapservice类中App_ID常数的值。
private const string APP_ID = \"PLACE-YOUR-APP-ID-HERE\" ;
Private Const APP_ID As String = \"PLACE-YOUR-APP-ID-HERE\"
致谢
- OpenWeather地图,
- vclouds天气图标,
- mahapps.metro
