Weather.NET

Weather.NET's official website, where you can find the documentation for this library.


Project maintained by EloyEspinosa Hosted on GitHub Pages — Theme by mattgraham

How to Use

Before starting to use the package, make sure to have your own OpenWeatherMap API key by signing up.

Adding the package.

To install the package, go to the package in Nuget and follow the instructions to add the package to your project.

After the package has been installed and referenced in your project, you can start using in your code with the following using statements:

Using the package.

To start using the package, just create a new WeatherClient object, using your API key as the only argument. This will give you access to the following methods:

More information can be found in the documentation.

You can also look at some code examples.


Back