Skip to content

Latest commit

 

History

History
49 lines (31 loc) · 1012 Bytes

README.md

File metadata and controls

49 lines (31 loc) · 1012 Bytes

easy-rss-server

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.

Setup

Easy way

Remix on Glitch!

Remix on Glitch

Manual way

If you want to run the server locally, you can install it from GitHub:

  1. Clone the repository:

    git clone https://github.com/noelleleigh/easy-rss-server.git
  2. Navigate to the folder:

    cd ./easy-rss-server
  3. Install the dependencies:

    npm install
  4. Run the server

    $ node .\server.js
    Your app is listening on port 54775

Usage

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