Skip to content

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.

License

Notifications You must be signed in to change notification settings

ramijames/feedl

Repository files navigation

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 run dev # Run your Nuxt 3 server locally
npm run electron:dev # Build your electron app locally

Building your electron app

To build your electron app and package it for release:

npm run build  # Build Nuxt
npm run electron:build  # Build the macOS app

The .dmg file will be in the dist_electron folder.

Building the icons from source

npm run generate-icons

About

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published