feeder icon indicating copy to clipboard operation
feeder copied to clipboard

A simple utility for syncing RSS feeds to a local directory.

Feeder

A simple utility for syncing RSS feeds to a local directory.

Features

  • [x] Sync RSS feeds to a local directory
  • [x] Optional JSON output
  • [x] Optional parser for manipulating feed data

Getting Started

npm i @k8adev/feeder

Usage

feeder --rss https://feeds.libsyn.com/104268/spotify

Contributing

Setup

npm i

Run

npm run dev

To Do

  • [ ] Add tests
  • [ ] Add CI to publish to GitHub Packages