I would like to create a webpage that displays the data from another website's RSS feed and prettify the content and maybe remove some entries etc.
Is this something that would be possible with Github pages and jekyl?
I suspect not but I'm a little out of date with the latest web-tech so would appreciate any advice.
(I am unable to do this with javascript/ajax alone because the request is cross-origin and I get "Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at X" errors.)
Thanks
For Example
Let's say i want to create page at https://news.github.io that when requested fetches the data from the BBC's RSS news feed at http://feeds.bbci.co.uk/news/rss.xml?edition=uk and displays the title of the first 10 results in a table with a given font.