An Elixir feed parser. Supports RSS2, Atom, JSON Feed, and RSS-in-JSON.
Go to file
Shadowfacts 39fa3f80a6
Restructure code and add documentation
2019-08-31 23:25:24 -04:00
lib Restructure code and add documentation 2019-08-31 23:25:24 -04:00
test Initial commit 2019-08-31 19:02:41 -04:00
.formatter.exs Initial commit 2019-08-31 19:02:41 -04:00
.gitignore Initial commit 2019-08-31 19:02:41 -04:00
.mix.exs.swp Restructure code and add documentation 2019-08-31 23:25:24 -04:00
README.md Initial commit 2019-08-31 19:02:41 -04:00
mix.exs Restructure code and add documentation 2019-08-31 23:25:24 -04:00
mix.lock Restructure code and add documentation 2019-08-31 23:25:24 -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.