wunderground v0.0.6 Wunderground.Astronomy

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

Link to this section Summary

Functions

Gets the current astronomy for the given tuple

Link to this section Functions

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

Gets the current astronomy for the given tuple.

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