wunderground v0.0.6 Wunderground.Almanac.Temperature

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.Almanac.Temperature{normal: Wunderground.Almanac.TemperaturePair.t, record: Wunderground.Almanac.TemperaturePair.t, recordyear: String.t}

The Wunderground.Astronomy.Moonphase struct.

Example

%Wunderground.Astronomy.Temperature{
  normal: "16",
  record: "21",
  recordyear: "21"
}