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].
npm install superfeedr
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.