kempo-rss

A Client-Side JavaScript RSS/Atom Feed Reader.


Keywords
RSS, widget, plugin
License
CC-BY-NC-SA-3.0
Install
npm install kempo-rss@1.1.5

Documentation

Kempo RSS

1.1

A Client-Side JavaScript RSS/Atom Feed Reader.

Kempo.RSS("http://mysite.com/rss", function(results){
  console.log(results);
});

Parameters

Kempo.RSS can take 2 - 4 parameters:

url

The URL of the RSS/Atom feed to retrieve.

callback

A function to be executed when the feed is returned.

async

Optional

default = true

  • false = Async will be turned off

extra

Optional

An extra parameter that will be passed into the callback. If you are making multiple RSS requests simultaneously this can be used to identify the which results belong to which request.

License

This software is property of Dustin Poissant.

This software is distributed AS-IS with no warranties/guarantees either expressed or implied.

This software is Licensed under CC BY-NC-SA 3.0 US.