Personal Podcast
Host some MP3 files on S3 for your private podcast.
Using
- Add mp3 files to
files/folder in this repo. - Create S3 bucket and add public access to the entire bucket.
- Create
.envfile from.env.distfile and fill in the values. - Run
npm start.feed.xmlis created. - Upload
files/folder andfeed.xmlto your S3 bucket. - Access your podcast feed at
https://<BUCKET_NAME>.s3.amazonaws.com/feed.xml.
Works With
- Podcast Addict
- Google Podcasts
- Apple Podcasts
- Spotify (Manually add your RSS feed to Spotify)
(Optional) Automation Script
You can use the podcast-push script to automate creating feed.xml and uploading the files to S3.
So you just need to add new mp3 files to files/ folder and run this script and your podcast will be updated.
Schema
Validate using -
Credits
Thanks to this Reddit thread for the idea. There is another way to do this using Dropcaster which is in Ruby.