https://github.com/btmpl/youtube-playlist-player
https://github.com/btmpl/youtube-playlist-player
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/btmpl/youtube-playlist-player
- Owner: BTMPL
- Created: 2016-11-23T06:27:21.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-01-12T19:03:59.000Z (over 9 years ago)
- Last Synced: 2025-03-24T02:47:40.876Z (over 1 year ago)
- Language: JavaScript
- Size: 89.8 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This project aims to improve on some of YouTube Playlist playback support:
- you can load a playlist and it will be stored in localStorage
- you can shuffle the list at any time
- the player is hidden and set to medium quality to lower CPU usage
This is also a "ReactJS learning" project, not really meant for general public.
If you wish to use the app, please generate your unique YouTube API key, thanks :)
*ROADMAP*
- clean up object structure
+ read about implementing json schema
- Player should receive the video object from store, not reuest it with IIEF
- implement react-router@4
+ /video/:videoId
+ /playlist/:playlistId
- implement loaders based on URL