Skip to content

noelleleigh/easy-rss-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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=8000

About

Easily host static files from an RSS feed.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published