Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 742 Bytes

README.md

File metadata and controls

24 lines (19 loc) · 742 Bytes

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