rylnd / unofficial-rss

A simple, free, and open source tool that lets paying subscribers access their podcasts in their favorite apps.

Home Page:https://unofficialrss.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unofficial RSS

A simple, free, and open source tool that lets paying subscribers access their podcasts in their favorite apps.

This is the source code for UnofficialRSS.com. It's easy to install on your local device or deploy to a private server.

Requirements

  • Node.js and Yarn
  • A MongoDB instance (local or remote)

Installation

# Clone Repository
git clone https://github.com/fancysoups/unofficial-rss.git
cd unofficial-rss

# Install Node dependencies
yarn install

# Copy the environment file and customize it
cp .env.example .env
nano .env

# Start app in dev mode
yarn dev

# Or build and start in production mode
yarn build && yarn start PORT=3000

Original work

The majority of this code is adapted from Unofficial RSS Feeds for Stitcher Premium created by John Long.

License

This project is licensed under the terms of the MIT license.

About

A simple, free, and open source tool that lets paying subscribers access their podcasts in their favorite apps.

https://unofficialrss.com

License:MIT License


Languages

Language:JavaScript 100.0%