https://github.com/mickaelandrieu/rssreader
A simple javascript feedReader, use Google feed api to transform xml into json
https://github.com/mickaelandrieu/rssreader
Last synced: 2 months ago
JSON representation
A simple javascript feedReader, use Google feed api to transform xml into json
- Host: GitHub
- URL: https://github.com/mickaelandrieu/rssreader
- Owner: mickaelandrieu
- Created: 2013-06-04T16:30:57.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-06-04T16:50:16.000Z (over 12 years ago)
- Last Synced: 2025-02-03T22:38:16.658Z (8 months ago)
- Size: 97.7 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
rssReader
=========A simple javascript feedReader, use Google feed api to transform xml into json
How can I use it ?
==================* Add rssReader.js in your HTML script.
* In your HTML, create an HTML Bloc ( ``html,, `` ...) and add some options.
For each feed you want to parse and display, you have to describe 4 options:
* CSS class : 'post_results', can be overidded
* CSS id : as you like but necessary
* rss_num : number of feed to display
* rss_url: url of the feedYou've got a sample with this project.