wunderground v0.0.6 Wunderground.Forecast.SimpleForecastDay.Wind

Ensures correct JSON encoding.

Link to this section Summary

Types

t()

The Wunderground.Forecast.SimpleForecastDay.Wind struct

Link to this section Types

Link to this type t()
t() :: %Wunderground.Forecast.SimpleForecastDay.Wind{degrees: non_neg_integer, dir: String.t, kph: non_neg_integer, mph: non_neg_integer}

The Wunderground.Forecast.SimpleForecastDay.Wind struct.

Example

%Wunderground.Forecast.SimpleForecastDay.Wind{
  degrees: 240,
  dir: "WSW",
  kph: 16,
  mph: 10
}