UNPKG

@rakh/rss-braider

Version:

Braid/aggregate/combine RSS feeds into a single RSS (or JSON) document. Optionally process through specified plugins.

7 lines (5 loc) 163 B
var RssBraider = require('./lib/RssBraider'); exports.createClient = function (options) { return new RssBraider(options); }; exports.RssBraider = RssBraider;