superfeedr / superfeedr-node

A library to interract with Superfeedr's XMPP API in any node application
http://superfeedr.com/documentation#xmpp_pubsub
31 stars 17 forks source link

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:

It also handles notifications.

Check the basic example for more details.