elixir_rss/README.md
2024-10-10 22:04:34 -05:00

483 B

ElixirRss

RSS reader written in Elixir

Installation

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

def deps do
  [
    {:elixir_rss, "~> 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/elixir_rss.