Please report any bugs you encounter on the discussion board at the Google Group. I have tested all of the methods but that doesn't mean everything is perfect, so I would really appreciate feedback so we can improve the wrapper for the whole community.

methods

  • wb_searchLocations - Returns the location based on the U.S. and international city name or U.S. Zip Code.
  • wb_stationList - For a given zipcode, citycode or latitude/longitude this call returns the weather stations in the area.
  • wb_liveWeather - Returns detailed live weather conditions for the chosen location. (RSS)
  • wb_compactLiveWeather - Returns concise live weather conditions for the chosen location. (RSS)
  • wb_forecastRSS - Returns the 7-day forecast for a zipcode, citycode or latitude/longitude. (RSS)
  • wb_cameraList - For a given Zip Code or latitude/longitude, this call returns a list of available weather cameras (U.S. Only).
  • wb_alertsRSS - Returns weather alert information for a given Zip Code or latitude/longitude (U.S. Only). (RSS)

advanced methods

These methods provide more control over the display of data but require more work to implement.
  • wb_alerts - Returns weather alert information for a given Zip Code or latitude/longitude (U.S. Only).
  • wb_forecast - Returns the 7-day forecast for a zipcode, citycode or latitude/longitude.
  • wb_compact - Returns concise live weather conditions for the chosen station.
  • wb_complete - Returns detailed live weather conditions for the chosen station.