Skip to content

WilliamApted/OpenWeatherMapApi

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

OpenWeatherMapApi

Classes to access and consume the Open Weather Map Api, found here

Usage

Using this package is very simple. Set up a client using your api key, and call the method you need.

var client = new OpenWeatherMapClient("YOURAPIKEY");

CurrentWeatherResponse response = await client.GetCurrentWeatherByZip("12345");

That's it!

Dev Notes

This package currently only supports retrieving Current Weather by zip code and geographic coordinates. It is being used in a personal project, but I do plan on including all available api endpoints in the free version.

Contributers

If you would like to contribute, simply send a PR!

About

Classes to access and consume the Open Weather Map Api

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%