-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3eed8fc
commit 08b1773
Showing
1 changed file
with
8 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,8 @@ | ||
# jQRSS | ||
A simple RSS feed reader using jQuery and Google | ||
[jQRSS](https://github.com/JDMcKinstry/jQRSS/) - RSS Feed Reading Made EZ! | ||
================================ | ||
|
||
This simple and easy to use jQuery Plugin makes calling RSS Feeds simple and easy and provides plenty of feedback in the developer console *if* available! It maintains a list of Ajax calls for RSS feeds. It also includings easy to override options, in case you want to make it a little more "your own. | ||
|
||
#### Simply include it anywhere after your call to jQuery and then use as simple as: | ||
|
||
$.jQRSS('http://www.yourRSSurl.com/', { options }, function (newsFeed) { /* do work! */ }) |