Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 524 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 524 Bytes

Feedl

Feedl is a way to manage the bulk downloading of MP3s for Podcasts via RSS feeds. You can then copy these wherever you'd like so that you can listen to them offline.

Running the app locally

To run this locally for development purposes, you'll need to run two commands. Run these in two separate terminals, from the working directory.

npm start

Building your electron app

To build your electron app and package it for release:

npm run make

The .dmg file will be in the 'out' folder.