rss-braider/README.md

20 lines
410 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
Braid/aggregate one or more RSS feeds (file or url) into a single feed (RSS or JSON output). Process resulting feed through specified plugins.
2015-02-13 03:44:33 +00:00
## Installation
```
npm install rss-braider
2015-02-13 03:44:33 +00:00
```
## Test
`npm test`
## Examples
```
$ cd examples
$ node simple.js
$ node plugins.js
```