wunderground v0.0.3 Wunderground.Conditions

Handles API requests for getting the current conditions of a given place.

Link to this section Summary

Functions

Gets the current conditions for the given tuple

Link to this section Types

Link to this type error_message()
error_message() :: String.t
Link to this type error_type()
error_type ::
  :invalid_api_key |
  :not_found |
  :station_offline |
  :invalid_ip |
  String.t

Link to this section Functions

Gets the current conditions for the given tuple.

Isn’t really intended to be used directly. Use Wunderground.conditions/1 instead.