Skip to content

stephanecodo/WeatherNet

Repository files navigation

A simple client for [Open Weather Map API] (http://openweathermap.org/) written in .NET C# 4.0

####Features Search by city name, geographic coordinates and city ID.

Types of weather data supported:

  • Current Weather.
  • 3 hours Forecast (available for 5 days)
  • Daily Forecast (available for 14 days)

####Usage Usage examples are included in the Unit Test Project.

####Dependencies

  • JSON.net

####Nuget package Available at https://www.nuget.org/packages/WeatherNet

####License This bundle is under the MIT license. For the full copyright and license information, please view the LICENSE file that was distributed with this source code.