wunderground v0.0.6 Wunderground.Almanac

Handles API requests for getting the almanac of a given place.

Link to this section Summary

Functions

Gets the current almanac for the given tuple

Link to this section Types

Link to this type t()
t() :: %Wunderground.Almanac{airport_code: String.t, temp_high: Wunderground.Almanac.Temperature.t, temp_low: Wunderground.Almanac.Temperature.t}

Link to this section Functions

Link to this function get(query_args)
get(Wunderground.Query.t) ::
  {:ok, Wunderground.Almanac.t} |
  {:error, Wunderground.API.error}

Gets the current almanac for the given tuple.

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