Duplex stream and cli command which aggregate rss/atom feeds
Command takes a configuration file with multiple feeds and output an aggregated feed sorted by decreasing publication date.
Package exposes a stream taking feed's urls as input and output all items sorted by decreasing publication date.
npm install -g "@petitchevalroux/node-feed-aggregator"
npm update -g "@petitchevalroux/node-feed-aggregator"
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
See : sample.json
npm install --save "@petitchevalroux/node-feed-aggregator"
See : sample.js