[![Build Status](https://travis-ci.org/KQED/rss-braider.svg?branch=master)](https://travis-ci.org/KQED/rss-braider) ## Summary Braid/aggregate one or more RSS feeds (file or url) into a single feed (RSS or JSON output). Process resulting feed through specified plugins. ## Installation ``` npm install rss-braider ``` ## Test `npm test` ## Examples ``` $ cd examples $ node simple.js $ node plugins.js ```