0.0.6 • Published 7 years ago

@petitchevalroux/node-feed-aggregator v0.0.6

Weekly downloads
1
License
GPL-3.0
Repository
github
Last release
7 years ago

node-feed-aggregator

Duplex stream and cli command which aggregate rss/atom feeds

About

Command

Command takes a configuration file with multiple feeds and output an aggregated feed sorted by decreasing publication date.

Package

Package exposes a stream taking feed's urls as input and output all items sorted by decreasing publication date.

Command install

npm install -g "@petitchevalroux/node-feed-aggregator"

Command update

npm update -g "@petitchevalroux/node-feed-aggregator"

Command usage

Usage: node-feed-aggregator -c <config file> [-o <output file>] [-h]
        -c: (mandatory) path to configuration file
        -o: (optional) path to output file default is to output to stdout
        -h: (optional) display this help and exit

Configuration file

See : sample.json

Package install

npm install --save "@petitchevalroux/node-feed-aggregator"

Package usage

See : sample.js