Skip to content

Convert RaiPlaySound JSON Metadata into an RSS Feed.

Notifications You must be signed in to change notification settings

alecsg77/raiplaysoundrss

Repository files navigation

RaiPlaySoundRSS

Convert RaiPlaySound JSON Metadata into a RSS Feed.

How to run the server locally using docker

  1. Build a local image from the GitHub repository
docker build https://github.com/alecsg77/raiplaysoundrss.git -t raiplaysoundrss
  1. Run the server on the port 3000
docker run --name raiplaysoundrss --rm -d -p 3000:3000 raiplaysoundrss

How to get the RaiPlaySound podcast's RSS feed

  1. Copy the podcast_id from the RaiPlaySound website. Example: https://www.raiplaysound.it/programmi/***podcast_id***
  2. Add the podcast to your favorite app using the URL of your server. Example: http://localhost:3000/***podcast_id***

Currently tested on