Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kenda/jquery.simple_lifestream
jQuery.simple_lifestream is a tiny plugin that aggregates multiple rss/atom feeds and prints their items sorted by date.
https://github.com/kenda/jquery.simple_lifestream
Last synced: 25 days ago
JSON representation
jQuery.simple_lifestream is a tiny plugin that aggregates multiple rss/atom feeds and prints their items sorted by date.
- Host: GitHub
- URL: https://github.com/kenda/jquery.simple_lifestream
- Owner: kenda
- Created: 2011-08-18T23:56:29.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2011-11-30T01:25:03.000Z (about 13 years ago)
- Last Synced: 2023-03-23T22:31:45.026Z (almost 2 years ago)
- Language: JavaScript
- Homepage:
- Size: 93.8 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
## About
jQuery.simple_lifestream is a tiny plugin that aggregates multiple rss/atom feeds and prints their
items sorted by date.
It uses the [Google Feed API](http://code.google.com/intl/de/apis/feed/) for getting the feed items.## Requirements
Well, of course you need jQuery.
Additionally you need an [API key](http://code.google.com/intl/de/apis/loader/signup.html) from Google for accessing their API.## Usage
### Howto
Call `lifestream(settings, [callback()])`. See `index.html` for a simple example of including the lifestream.### Settings
Object of following settings:- `feeds` : array of the feed urls
- `count` : integer of how many items should be printed, Default: 5
- `favicons` : boolean whether the favicon of each item should be printed, Default: true
- `api_key` : string of your api key of Google