Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/axsaucedo/reddit-video-player
- Owner: axsaucedo
- License: mit
- Created: 2017-02-18T21:51:01.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-03-04T17:26:42.000Z (almost 8 years ago)
- Last Synced: 2024-11-06T13:01:50.707Z (2 months ago)
- Topics: angular, angular-2, angularjs, player, r-video, reddit, reddit-video, reddit-video-player, video, web-app, webapp
- Language: JavaScript
- Homepage: http://axsauze.github.io/reddit-video-player/
- Size: 1.76 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 finishesWe are open to suggestions! Feel free to add an issue for feature requests, or submit a pull request!