This projects implements a video pod cast client and proxy server to download rss files.
- This project implements a simple node proxy server to download the rss files. Alternatively it can use the public proxy
rss2json.comfor getting rss feed data in json format. - Four different feed urls are already seeded. The implementation allows adding more rss feed urls easily in the code.
- The client app is built with Mobile First principle.
- The app uses aria guidelines to allow accessibility interaction, especially the keyboard.
- The episode list shows the thumbnails. It would show the thumbnail of the video if available. Defaults to image of the feed.
- After getting the repo in a folder run
npm installin that folder to install the used packages. This step may take some time. - Run
bower installto install Bootstrap and Angular locally. - Finally run
gruntfor building the project andgrunt servefor preview.