Skip to content

A weather forecast app that retrieves and displays current and future weather data using an API such as OpenWeatherMap

License

Notifications You must be signed in to change notification settings

Verdancy/WeatherCaster

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WeatherCaster

This a is a WPF-MVVM weather forecasting tool that provides in-depth, three-day forecasts (including the current day) for any location, helping you plan and prepare for the days ahead.

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.

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

Acknowledgements

About

A weather forecast app that retrieves and displays current and future weather data using an API such as OpenWeatherMap

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages