WeatherReport.Forecast (weather_report v0.3.0)

Parse a document into a forecast.

Link to this section Summary

Functions

Parses an rss or xml document into a forecast.

Link to this section Types

Link to this section Functions

Link to this function

parse(feed, atom)

@spec parse(String.t(), :xml | :rss) :: {:ok, t()} | {:error, String.t()}

Parses an rss or xml document into a forecast.