My first attempt at building an application with Elixir.
I ported the Geddit tutorial example from Go to Elixir. Redditex pulls the most recent articles from Reddit for a given subreddit. Not extremely useful, but an educational exercise in learning and discovery. I used the excellent Programming Elixir book for learning and modeling the features, HTTPoison for simple HTTP access, and Poison for the JSON parsing.
I had great fun and thought to share for other Elixir newbies like myself. Comments are constructive feedback appreciated. Very excited to continue with Elixir on my next code venture.