cordova-plugin-feedreader

1.0.0 • Public • Published

Feed Reader Plugin for Cordova

Plugin for Cordova (or PhoneGap) 3.0+ to read rss feeds.

How does it work?

This plugin enables developers to read rss from various sources.

If you find that the plugin doesn't work as you might like on a specific device or Android configuration you're using, don't forget that this project is open source, so feel free to fork the project and adapt it to work in any way you like!

Installation

Cordova

cordova plugin add https://github.com/shuhailshuvo/cordova-plugin-feedreader.git

PhoneGap

phonegap local plugin add https://github.com/shuhailshuvo/cordova-plugin-feedreader.git

Code example

Using the plugin in your app is very easy:

function successFunction()
{
    console.info("It worked!");
}

function errorFunction(error)
{
    console.error(error);
}

FeedReader.read(url, successFunction, errorFunction);

``

Readme

Keywords

none

Package Sidebar

Install

npm i cordova-plugin-feedreader

Weekly Downloads

1

Version

1.0.0

License

none

Unpacked Size

14.1 kB

Total Files

10

Last publish

Collaborators

  • shuhailshuvo