wunderground v0.0.3 Wunderground.Conditions
Handles API requests for getting the current conditions of a given place.
Link to this section Summary
Link to this section Types
Link to this type
error_type()
error_type :: :invalid_api_key | :not_found | :station_offline | :invalid_ip | String.t
Link to this section Functions
Link to this function
get(arg1)
get(Wunderground.Query.t) :: {:ok, Wunderground.Conditions.Observation.t} | {:error, error}
Gets the current conditions for the given tuple.
Isn’t really intended to be used directly. Use Wunderground.conditions/1
instead.