wunderground v0.0.6 Wunderground.Forecast

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

Link to this section Summary

Functions

Gets the forecast for the given tuple

Link to this section Functions

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

Gets the forecast for the given tuple.

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