{"id":15061293,"url":"https://github.com/beldar/display-rss","last_synced_at":"2025-04-10T13:33:17.557Z","repository":{"id":15214895,"uuid":"17943368","full_name":"beldar/display-rss","owner":"beldar","description":"Polymer Web Component that fetches any RSS url and displays any number of entries, can also refresh itself.","archived":false,"fork":false,"pushed_at":"2016-07-21T08:00:16.000Z","size":320,"stargazers_count":6,"open_issues_count":1,"forks_count":5,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-24T12:12:46.250Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/beldar.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-03-20T13:22:34.000Z","updated_at":"2016-11-15T06:09:36.000Z","dependencies_parsed_at":"2022-09-01T22:52:13.275Z","dependency_job_id":null,"html_url":"https://github.com/beldar/display-rss","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beldar%2Fdisplay-rss","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beldar%2Fdisplay-rss/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beldar%2Fdisplay-rss/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beldar%2Fdisplay-rss/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/beldar","download_url":"https://codeload.github.com/beldar/display-rss/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247761048,"owners_count":20991533,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-09-24T23:18:01.421Z","updated_at":"2025-04-10T13:33:17.533Z","avatar_url":"https://github.com/beldar.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Display RSS Component\n-------\n\nThis is a Web Component that uses [Polymer](http://www.polymer-project.org/) to create it and to provide a fallback in case the browser don't support web components.\n\nIt provides a component that fetches any RSS feed and displays it (with no style, you can customize that part).\n\nHas a dependency on `polymer-jsonp.html` but that's installed with bower.\n\nThe component uses the Google Feed JSON Url to jsonp any feed.\n\nYou can find a working demo here: http://beldar.github.io/display-rss/\n\nTo know more about web components [there](http://www.html5rocks.com/en/tutorials/webcomponents/customelements/) [are](http://www.html5rocks.com/en/tutorials/webcomponents/shadowdom/) [tons](http://css-tricks.com/modular-future-web-components/) of [resources](https://www.google.co.uk/search?q=web+components) available.\n\n\n# Installation\n\nVia Bower\n--------\n\n    bower install --save display-rss\n\nOtherwise...\n\nDependencies\n------------\n\nYou have to have installed [bower](http://bower.io/), and [compass](http://compass-style.org/install/). To install the first two you'll need [node](http://nodejs.org/) too.\n\nInstall\n-------\n\nOnce you have all those and cloned the repo, go to the root of the project and run:\n\n    bower install\n    \nThat will download all the js and css dependencies of the project.\n\nThen run:\n\n    npm install\n    \nThis will download all the node dependencies (including grunt)\n\nFinally you can launch the demo running:\n\n    grunt serve\n    \nYou can build the project ready for production like this:\n\n    grunt build\n    \nThat will leave everything ready on the `/dist` folder\n\n# How to use\n\nThere's an example/demo on the index.html of this project, but basically, you first need to include the platform.js:\n\n    \u003cscript src=\"bower_components/platform/platform.js\"\u003e\u003c/script\u003e\n    \nThen, just below import the html of the element:\n\n    \u003clink rel=\"import\" href=\"elements/display-rss.html\"\u003e\n  \nAnd finally place the element where you want it using the attributes that you need:\n\n    \u003cdisplay-rss\u003e\u003c/display-rss\u003e\n\nYou can also define a url, number of entries or refresh time:\n\n    \u003cdisplay-rss url=\"http://rss.news.yahoo.com/rss/topstories\" entries=\"20\" refresh=\"10000\"\u003e\u003c/display-rss\u003e\n    \nAttributes summary\n-----------\n\n| Attribute | Functionality                        | Default        |\n|-----------|--------------------------------------|----------------|\n| url  | Defines the url of the feed you want | BBC News feed         |\n| entries | Defines how many entries you want displayed          | 10           |\n| refresh | If different than 0 refreshes the feed every X milliseconds | 0 |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbeldar%2Fdisplay-rss","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbeldar%2Fdisplay-rss","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbeldar%2Fdisplay-rss/lists"}