All Questions
Tagged with rss javascript
7 questions
0
votes
2
answers
839
views
Bookmarklet to go to YouTube channel RSS feed
I've written a simple bookmarklet to go to the YouTube channel RSS feed URL from at least any video or channel page:
...
2
votes
0
answers
391
views
XSS Sanitization of RSS Feeds using JS
I need to pull an rss feed with links, headlines, and descriptions onto the front page of a website, and while I would like to think the source is trustworthy, you can never rule out malicious actors. ...
5
votes
1
answer
1k
views
RSS parser for Node.JS
I would like someone to review this code and tell if it can be done better, or if the code is elegant and simple enough for the task at hand.
I used code climate and I got 4/4 and my test coverage is ...
6
votes
1
answer
155
views
Refreshing / Cycling through a parsed RSS feed every 5 mins
I am working on a monitor signage display and have a "welcome to RSS" feed with just a title and description. I have code from feedEk that's been tweaked a bit to parse the feed and cycle it ...
7
votes
2
answers
1k
views
Feed API to display RSS feeds Ted talk
I am trying to create a webpage that will read RSS feeds from the TED talk website and display it on a page. I am using Google's Feed API for this.
Here is the link to view the code online.
Could ...
2
votes
1
answer
215
views
RSS Feed Calendar Plugin
This plugin is initialized like so:
...
16
votes
3
answers
827
views
Displaying RSS feeds from Google Feed API as HTML list
What it does is:
Reads from a RSS feed using Google Feed API
Shows the list in an unordered list
How good/bad is the code snippet?
...