wunderground v0.0.6 Wunderground.Astronomy.Time

Ensures correct JSON encoding.

Link to this section Summary

Types

t()

The Wunderground.Astronomy.Moonphase struct

Link to this section Types

Link to this type t()
t() :: %Wunderground.Astronomy.Time{hour: String.t, minute: String.t}

The Wunderground.Astronomy.Moonphase struct.

Example

%Wunderground.Astronomy.Time{
  hour: "16",
  minute: "21"
}