Skip to content
/ feeder Public

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

Notifications You must be signed in to change notification settings

k8adev/feeder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Feeder

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

Features

  • Sync RSS feeds to a local directory
  • Optional JSON output
  • 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