Recommend this page to a friend! |
Download |
Info | Documentation | Files | Download | Reputation | Support forum | Blog | Links |
Ratings | Unique User Downloads | Download Rankings | ||||
Not enough user ratings | Total: 220 | All time: 225 This week: 3 |
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 (26) |
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 (26) | / | bootstrap |
File | Role | Description | ||
---|---|---|---|---|
css (4 files) | ||||
fonts (1 file) | ||||
js (2 files) | ||||
config.json | Data | Auxiliary data |
Files (26) | / | 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 (26) | / | bootstrap | / | fonts |
File | Role | Description |
---|---|---|
glyphicons-halflings-regular.svg | Data | Auxiliary data |
Files (26) | / | bootstrap | / | js |
File | Role | Description |
---|---|---|
bootstrap.js | Class | Class source |
bootstrap.min.js | Class | Class source |
Files (26) | / | css |
File | Role | Description |
---|---|---|
app.css | Data | Auxiliary data |
normalize.css | Data | Auxiliary data |
Files (26) | / | 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 |
feedme-2021-11-14.zip 269KB | |
feedme-2021-11-14.tar.gz 265KB |
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 |
JS class for JSON encode/decode |
Base64 encode and decode class |
print a JS object dump in HTML |
RSS format details |
iTunes podcast spec |
iTunes podcast guide |