#development #elixir #html #phoenix #reading-list

🔗 Creating an RSS feed in Elixir and Phoenix
eahanson.com

Hand-rolling an RSS feed with Elixir and Phoenix is pretty straightforward. You just need a list of feed items, a controller, a template, and a view. In this article, I'll assume the list of items is a list of blog articles.

continue reading on eahanson.com

⚠️ This post links to an external website. ⚠️