1.1.5 • Published 8 years ago

kempo-rss v1.1.5

Weekly downloads
1
License
CC-BY-NC-SA-3.0
Repository
github
Last release
8 years ago

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.

1.1.5

8 years ago

1.1.4

8 years ago

1.1.3

8 years ago

1.1.2

8 years ago

1.1.1

8 years ago

1.1.0

8 years ago