wunderground v0.0.6 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 Functions
Link to this function
get(query_args)
get(Wunderground.Query.t) :: {:ok, Wunderground.Conditions.Observation.t} | {:error, Wunderground.API.error}
Gets the current conditions for the given tuple.
Isn’t really intended to be used directly. Use Wunderground.conditions/1
instead.