UI News Reader - Polymer Web Component

Info

"UI News Reader" is web component that gets news from rss urls and shows in page easily. It requires Polymer Framework and url that must response data in RSS JSON format.

It's created by İlker Güller.

Attributes

SASS Attributes

Example

Basic
<ui-newsreader url="http://pipes.yahoo.com/pipes/pipe.run?_id=DqsF_ZG72xGLbes9l7okhQ&_render=json&_callback="></ui-newsreader>
With Attributes
<ui-newsreader url="http://pipes.yahoo.com/pipes/pipe.run?_id=DqsF_ZG72xGLbes9l7okhQ&_render=json&_callback=" requireImages="false" changeUrlPath="false" changeTitle="true" ></ui-newsreader>