Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/axsaucedo/reddit-video-player

Reddit Video (/r/video) Player with keyboard shortcuts (Live)
https://github.com/axsaucedo/reddit-video-player

angular angular-2 angularjs player r-video reddit reddit-video reddit-video-player video web-app webapp

Last synced: 17 days ago
JSON representation

Reddit Video (/r/video) Player with keyboard shortcuts (Live)

Awesome Lists containing this project

README

        

# Reddit /r/video Player with Keyboard Shortcuts

![Reddit /r/video player](./reddit-video.jpg)

## Overview

Live version on [http://axsauze.github.io/reddit-video-crawler/](http://axsauze.github.io/reddit-video-crawler/).

The **Reddit /r/video Player** is a simple video player that let's users play all the videos in **/r/videos/top**.

The objective of this project is to make your procrastination more productive. Currently the app contains keyboard shortcuts to let you navigate.

This project is open souce, so feel free to contribute.

### Keyboard shortcuts

* **Next video:** ArrowDown, ArrowRight, n, j, l
* **Previous video:** ArrowLeft, ArrowUp, p, k, h
* **Open Comments:** c

## Architecture overview

The project is build with a frontend in Angular 2. For the backend we decided to just use a google spreadsheet instead that just crawls for the top links in /r/videos **every 30 minutes**.

## Roadmap

* Use youtube API when possible instead of just iframes
* Play next video automatically when current video finishes

We are open to suggestions! Feel free to add an issue for feature requests, or submit a pull request!