rack-superfeedr

A gem that provides a rack middleware to interact with {Superfeedr}[http://superfeedr.com/]‘s PubSubHubbub API. It let you subscribe, unsubscribe and receive incoming feed notifications. This should work with any Rack-compatible framework, as well as fully managed platforms like Heroku.

If you’re looking to integrate into a Rails application, we suggest you check this Rails Engine, which is more suited and will handle a lot more things on your behalf!

Installing

gem install rack-superfeedr

Using

You first need a subscriber account with Superfeedr.

Warning : your web application needs to be accessible for Superfeedr to send notifications. If you want to test it locally, we suggest you use it with a tool like Passsageway which will make your local port accessible from the outside world.

Sinatra

See the example… and check the docs for more details.

Contributing

Copyright © 2015 Superfeedr. See LICENSE.txt for further details.