GitXplorerGitXplorer
n

easy-rss-server

public
1 stars
1 forks
0 issues

Commits

List of commits on branch master.
Unverified
064a8701f37734681c8519397d5caa46645f510a

Raise engine limit

nnoelleleigh committed a month ago
Unverified
a76925272e596381c19aebb06301704bb1339355

Bump path-to-regexp and express

ddependabot[bot] committed a month ago
Unverified
86b5a68b1c4f51115c6fe7ade2f5aee5aae480f8

Use dotenv, remove unused variables from README

nnoelleleigh committed 3 months ago
Verified
9c5b0aa1cf80c837f0a3f4cf040c67d042ee6b4f

Merge pull request #6 from noelleleigh/dependabot/npm_and_yarn/multi-9f37c16f8f

nnoelleleigh committed 3 months ago
Verified
5447c6ab88fd6156e9e1b6466ec5eab343985fba

Bump cookie and express

ddependabot[bot] committed 3 months ago
Unverified
7f9d61f8707816e4d69ff8139ff374377bebe6ff

Regenerate lockfile for Node.js 20

nnoelleleigh committed 4 months ago

README

The README file for this repository.

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