2019-09-01 15:49:30 -04:00
2019-09-01 15:52:07 -04:00
2019-08-31 19:02:41 -04:00
2019-08-31 19:02:41 -04:00
2019-09-01 15:55:14 -04:00
2019-09-01 15:55:14 -04:00
2019-08-31 19:02:41 -04:00

FeedParser

TODO: Add description

Installation

If available in Hex, the package can be installed by adding feed_parser to your list of dependencies in mix.exs:

def deps do
  [
    {:feed_parser, "~> 0.1.0"}
  ]
end

Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/feed_parser.

Description
An Elixir feed parser. Supports RSS2, Atom, JSON Feed, and RSS-in-JSON.
Readme
Languages
Elixir 100%