WeatherReport.Forecast.RSS (weather_report v0.3.0)

Forecast parsed from a NOAA station RSS feed.

Link to this section Summary

Functions

Parses an rss feed into a forecast.

Link to this section Types

@type t() :: %WeatherReport.Forecast.RSS{
  html_summary: String.t(),
  link: String.t(),
  text: String.t(),
  timestamp: String.t()
}

Link to this section Functions

@spec parse(String.t()) :: t()

Parses an rss feed into a forecast.