Skip to content

parabola949/OpenWeatherMap-Api-Net

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 92.8%
  • PowerShell 4.9%
  • Shell 2.3%