parabola949 / OpenWeatherMap-Api-Net

This project is a fully asynchronous .Net 4.5 library and .Net Portable Class Library for interacting with the great OpenWeatherMap API.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Codacy Badge

THIS PROJECT IS NO LONGER MAINTAINED

This project is a fully asynchronous .NET library for interacting with the great OpenWeatherMap API.

Usage examples

var client = new OpenWeatherMapClient("optionalAppId");
var currentWeather = await client.CurrentWeather.GetByName("London");
Console.WriteLine(currentWeather.Weather.Value);

Supported Platforms

  • .NET Standard 1.1

Copyright and License

Copyright 2014 Joan Caron

Licensed under the MIT License

About

This project is a fully asynchronous .Net 4.5 library and .Net Portable Class Library for interacting with the great OpenWeatherMap API.

License:MIT License


Languages

Language:C# 92.8%Language:PowerShell 4.9%Language:Shell 2.3%