Recommend this page to a friend! |
Download .zip |
Info | Documentation | View files (26) | Download .zip | Reputation | Support forum (2) | Blog | Links |
Last Updated | Ratings | Unique User Downloads | Download Rankings | |||||
2021-11-14 (14 days ago) | Not enough user ratings | Total: 220 | All time: 221 This week: 4 |
Version | License | JavaScript version | Categories | |||
feedme 1.0 | Custom (specified... | 1.0 | AJAX, XML |
Description | Author | |
This object can retrieve and parse an RSS feed. |
feedMe is a basic RSS feed and Podcast parser with XML namespace support for your Javascript and jQuery web apps.
I have removed both the JSON and Base64 outputs and removed the dependancy on the files Base64.js and JSON.js.
I have done some repairs to the code and tested it with jQuery 3.1.0, I have also removed the properties that are left empty or undefined so that the object is smaller and has less wasted space.
Check it out in the prettyprint output to see what is read from your feeds/podcasts
You can view the feed with Bootstrap using the text.html.
test-1.0.html is my first version.
I am thinking of adding an html5 playback support later on.
This class returns a normal Javascript object
jQuery(function ($) {
var feeds = [];
$.feedRead({
itunes: true, //podcast url
debug: true,
feed_list: '#podcast',
feed: '#playlist',
channel: '#chan_info',
item: '#play_info'
});
This page has an example of printing the returned javascript object with prettyprint
Files |
File | Role | Description | ||
---|---|---|---|---|
bootstrap (1 file, 3 directories) | ||||
css (2 files) | ||||
js (9 files) | ||||
favicon.ico | Data | Auxiliary data | ||
LICENCE.txt | Lic. | Apache 2.0 | ||
README.md | Doc. | Documentation | ||
test-1.0.html | Doc. | Documentation | ||
test.html | Example | Demo debug out | ||
test.nasa.sci.rss | Data | demo feed test 1 | ||
test.nasa.video.rss | Data | demo feed test 2 |
Files | / | bootstrap |
File | Role | Description | ||
---|---|---|---|---|
css (4 files) | ||||
fonts (1 file) | ||||
js (2 files) | ||||
config.json | Data | Auxiliary data |
Files | / | bootstrap | / | css |
File | Role | Description |
---|---|---|
bootstrap-theme.css | Data | Auxiliary data |
bootstrap-theme.min.css | Data | Auxiliary data |
bootstrap.css | Data | Auxiliary data |
bootstrap.min.css | Data | Auxiliary data |
Files | / | bootstrap | / | fonts |
File | Role | Description |
---|---|---|
glyphicons-halflings-regular.svg | Data | Auxiliary data |
Files | / | bootstrap | / | js |
File | Role | Description |
---|---|---|
bootstrap.js | Class | Class source |
bootstrap.min.js | Class | Class source |
Files | / | js |
File | Role | Description |
---|---|---|
base64.js | Class | used for base64 encode and decode |
dateFormat.js | Class | Class source |
feedme-2.0.js | Example | Example script |
feedme.js | Class | Class that does the RSS parsing |
jquery-1.7.2.min.js | Class | jQuery, needed by feedme.js |
jquery-3.1.0.min.js | Class | Class source |
jquery-3.1.0.min.map | Data | Auxiliary data |
JSON.js | Class | used for JSON encode and decode |
prettyprint.js | Class | PrettyPrint for displaying javascript object in the browser |
Version Control | Unique User Downloads | Download Rankings | |||||||||||||||
100% |
|
|
User Comments (1) | |||||
|
Applications that use this package |
If you know an application of this package, send a message to the author to add a link here.
Related pages |
jQuery jQuery |
JSON JS class for JSON encode/decode |
Javascript base64 Base64 encode and decode class |
PrintPretty print a JS object dump in HTML |
RSS board RSS format details |
Apple Podcast iTunes podcast spec |
podcast 411 iTunes podcast guide |