XPlayer simple video player with ability to add videos to playlist. it will start playing automatically and continuously (when one video ends another one begins, when the playlist reaches an end it starts from the beginning).
$ npm install
$ npm start
#Deploy application
$ npm run deploy
$ npm run test
https://developers.google.com/youtube/iframe_api_reference
There are mainly two VideoPlayer & YTVideoPlayer Components
- handel native events within <iframe> when the stream ended
- add support for diffrent api ex: vimeo or custome video url
- add unit test for app Components
- make playlist items clickable
.... to be continued ;)