An Elixir feed parser. Supports RSS2, Atom, JSON Feed, and RSS-in-JSON.
Go to file
Shadowfacts 943f4fdea7 Handle content:encoded in RSS2 feeds 2023-01-14 15:22:11 -05:00
lib Handle content:encoded in RSS2 feeds 2023-01-14 15:22:11 -05:00
test Handle content:encoded in RSS2 feeds 2023-01-14 15:22:11 -05:00
.formatter.exs Initial commit 2019-08-31 19:02:41 -04:00
.gitignore Initial commit 2019-08-31 19:02:41 -04:00
README.md Initial commit 2019-08-31 19:02:41 -04:00
mix.exs Add xmerl to mix applications 2022-09-14 18:00:01 -04:00
mix.lock Change dependency versions 2019-09-01 15:55:14 -04:00

README.md

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.