generate an rss feed from local or remote sources and feed a generated xml document to podcast players
✅ generate an rss document
✅ write a rss file to dir (file writer and xml generator)
✅ serve the rss file to api endpoint
✅ cron job/dir watch for checking new documents
✅ parsing service (abstract interface)
✅ move js to class paradigm
✅ review a local dir and parse. serve local files
✅ add tests in pipeline for all features (next)
✅ review + add metadata for apple podcasts (ep photo, link to show, etc)
✅ containerize it
✅ how do I serve mp3s/photos? does container handle?
-
config for required metadata
-
log missing metadata
shoutout to @JustinLaoshi for bailing me out when I hit js jank that I'm not familiar with