Go to file
2015-03-02 16:22:45 -08:00
examples Removing unused file 2015-02-10 17:20:14 -08:00
lib RSS-27: Adding the remaining node-rss elements to the braider feed constructor. Adding support for site_url, feed_url, fullname, shortname. Updating kqed.js plugin 2015-03-02 16:22:45 -08:00
test RSS-27: Adding the remaining node-rss elements to the braider feed constructor. Adding support for site_url, feed_url, fullname, shortname. Updating kqed.js plugin 2015-03-02 16:22:45 -08:00
.travis.yml Removing ancient node versions. 2015-02-11 08:24:53 -08:00
index.js first commit of new repo 2014-12-23 15:39:57 -08:00
package.json package.json cleanup 2015-02-10 17:36:59 -08:00
README.md Update README.md 2015-02-12 19:44:33 -08:00

Build Status

Summary

A node.js module to braid or aggregate more than one RSS feed (file or url) into a single feed and process via specified plugins.

Installation

$ git clone git@github.com:KQED/rss-braider.git
$ cd rss-braider
$ npm install

Test

npm test

Examples

$ cd examples
$ node simple.js
$ node plugins.js