I am new to podcasting, so this might be newbie question. I have a Podcast which I have hosted on pinecast.com. I have the RSS feed of the podcast which I want to incorporate in my Website.
Is there any RSS Feed Reader in Angular/Bootstrap which will take each of the episodes and render with the episode title, bio and the audio to play it.
My website is built on angular2/bootstrap.
Thanks,
I used FeedMe npm module along with angular2 to write my own component. I used the tutorial from https://github.com/becompany/angular2-rss-reader-tutorial which is a very good starting point