Skip to content

Providers

johnluetke edited this page Mar 27, 2013 · 2 revisions

Providers are how WeatherAPI gets its data. They are classes that are tightly coupled to a specific source of data. Providers extend the WeatherProvider abstract class in order to be discovered, and implement the IWeather interface to return their data to the calling application.

Available Providers

Service Name Requires API Key? Available in
WorldWeatherOnline Yes Java, .NET
WUnderground Yes Java

Clone this wiki locally