Skip to content

rehangit/vidpod

Repository files navigation

vidpod

This projects implements a video pod cast client and proxy server to download rss files.

Preview

Description & Notes

  1. This project implements a simple node proxy server to download the rss files. Alternatively it can use the public proxy rss2json.com for getting rss feed data in json format.
  2. Four different feed urls are already seeded. The implementation allows adding more rss feed urls easily in the code.
  3. The client app is built with Mobile First principle.
  4. The app uses aria guidelines to allow accessibility interaction, especially the keyboard.
  5. The episode list shows the thumbnails. It would show the thumbnail of the video if available. Defaults to image of the feed.

Build & development

  1. After getting the repo in a folder run npm install in that folder to install the used packages. This step may take some time.
  2. Run bower install to install Bootstrap and Angular locally.
  3. Finally run grunt for building the project and grunt serve for preview.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published