Easily host static files from an RSS feed! Just upload them, and they're instantly available for download from an RSS feed that you can subscribe to in your podcast app.
Remix on Glitch!
If you want to run the server locally, you can install it from GitHub:
-
Clone the repository:
git clone https://github.com/noelleleigh/easy-rss-server.git
-
Navigate to the folder:
cd ./easy-rss-server
-
Install the dependencies:
npm install
-
Run the server
$ node .\server.js Your app is listening on port 54775
You can configure the app using a .env
file. Here's a sample one with the defaults in place:
# The network port you want the server to run on locally
PORT=8000