Skip to content

dangovorenefekt/easy-rss-server

 
 

Repository files navigation

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=8080
# The path you want to serve the feed from, e.g. www.example.com/feed
FEED_URL_path=feed
# The file system directory the files should be stored in
DATA_DIR=./.data

About

Easily host static files from an RSS feed.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%