-
Notifications
You must be signed in to change notification settings - Fork 4
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.
| Service Name | Requires API Key? | Available in |
|---|---|---|
| WorldWeatherOnline | Yes | Java, .NET |
| WUnderground | Yes | Java |