Hedwig Weather v0.1.5 Hedwig.Responders.Weather.Weather View Source

Link to this section Summary

Link to this section Types

Link to this type t() View Source
t() :: %Hedwig.Responders.Weather.Weather{
  currently: String.t(),
  daily: String.t(),
  geo: Hedwig.Responders.Weather.Geo.t(),
  hourly: String.t(),
  humidity: Float.t(),
  temperature: Float.t()
}