Popularity
5.6
Stable
Activity
0.0
Stable
70
1
14
Monthly Downloads: 872
Programming language: Elixir
License: MIT License
Tags:
Feeds
feeder_ex alternatives and similar packages
Based on the "Feeds" category.
Alternatively, view feeder_ex alternatives based on common mentions on social networks and blogs.
-
atomex
๐ Elixir RSS/ATOM feed builder with a focus on standards compliance, security and extensibility
InfluxDB โ Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
Promo
www.influxdata.com

Do you think we are missing an alternative of feeder_ex or a related project?
Popular Comparisons
README
FeederEx
Simple wrapper for https://github.com/michaelnisi/feeder
Usage
iex> HTTPoison.start
iex> {:ok, %HTTPoison.Response{body: body}} = HTTPoison.get("http://www.rssboard.org/files/sample-rss-2.xml")
iex> {:ok, feed, _} = FeederEx.parse(body)
...
iex> feed.title
"Liftoff News"
iex> Enum.map feed.entries, fn(entry) -> entry.title end
["Star City", :undefined, "The Engine That Does More",
"Astronauts' Dirty Laundry"]
Results
FeederEx.Feed
- author
- id
- image
- link
- language
- subtitle
- summary
- title
- updated
- url
- entries
FeederEx.Entry
- author
- categories
- duration
- enclosure
- id
- image
- link
- subtitle
- summary
- title
- updated
FeederEx.Enclosure
- url
- size
- type