wunderground v0.0.2 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 |
  String.t

Link to this section Functions

Link to this function get(arg1)
get(Wunderground.Query.t) :: {:ok, any} | {:error, any}

Gets the current conditions for the given tuple.

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