The main concept here is to dynamically populate RSS data with as little HTML markup as possible. I'm using YQL (Yahoo! Query Language) to grab feed data in JSON format, "normalize" it, and bypass CORS (Cross-origin resource sharing) issues.
I used jQuery and the $.getJSON() method to build this lightweight, automated reader.
The YQL (Yahoo! Query Language) platform enables you to query, filter, and combine data across the web through a single interface. It exposes a SQL-like syntax that is both familiar to developers and expressive enough for getting the right data.
A Pen by Mark Hillard on CodePen.