ipa.feed is a feed module for IPA. It takes an array of feeds and returns a function that will read them and send any new articles to IPA.
Example
var ipaServerUrl = 'http://localhost:4567';var feeds = 'https://github.com/brikteknologier.atom' 'https://github.com/jonpacker.atom' 'https://github.com/deestan.atom';var updateFeeds = ipaServerUrl feeds; ;