superfeedr
v0.2.0
Published
A package to interact with Superfeedr's API and get pushed RSS/atom content
Downloads
18
Readme
Superfeedr-node
A library to interract with Superfeedr's XMPP API from within a node application. [this uses the XMPP API as node is just the perfect web-friendly framework for it].
Install
npm install superfeedr
Usage
All XMPP calls from the Superfeedr API are supported:
- Subscribe
- Unsubscribe
- List subscriptions
- Retrieve feed's historical data
It also handles notifications.
Check the basic example for more details.