1.0.0 • Published 7 years ago
@cloud-archiver/feeds v1.0.0
cloud archiver
Cloud archiver helps you to backup data from different cloud services. This plugin is intend to save rss and atom feeds..
setup
Install the plugin into your cloud archiver configuration directory.
$ npm install --save @cloud-archiver/feedsEdit your configuration to load the plugin.
plugins: [
// ...
require('@cloud-archiver/feeds')
// ...
]To backup a feed run
$ node_modules/.bin/cloud-archiver feed:url https://www.reddit.com/r/AskReddit/new.rssBy default the title attribute of the feed will be used as folder name in your storage directory. To overwrite this name use the -t flag.
license
MIT
1.0.0
7 years ago