wunderground v0.0.6 Wunderground.Forecast.SimpleForecast

Ensures correct JSON encoding.

Link to this section Summary

Types

t()

The Wunderground.Forecast.SimpleForecast struct, holding a single forecastday key, which itself holds a list of Wunderground.Forecast.SimpleForecastDay structs

Link to this section Types

Link to this type t()
t() :: %Wunderground.Forecast.SimpleForecast{forecastday: [Wunderground.Forecast.SimpleForecastDay.t]}

The Wunderground.Forecast.SimpleForecast struct, holding a single forecastday key, which itself holds a list of Wunderground.Forecast.SimpleForecastDay structs.

Example

%Wunderground.Forecast.SimpleForecast{
  forecastday: [
    %Wunderground.Forecast.SimpleForecastDay{},
    %Wunderground.Forecast.SimpleForecastDay{},
    %Wunderground.Forecast.SimpleForecastDay{}
  ]
}