rss-braider/README.md

22 lines
452 B
Markdown
Raw Normal View History

2015-02-11 02:54:25 +00:00
[![Build Status](https://travis-ci.org/KQED/rss-braider.svg?branch=master)](https://travis-ci.org/KQED/rss-braider)
2015-02-13 03:44:33 +00:00
## 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
```