/xplayer

:musical_note: XPlayer simple video player with ability to add videos to playlist.

Primary LanguageJavaScript

XPlayer

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).

Demo

XPlayer

Install

  $ npm install

Run

  $ npm start

#Deploy application

  $ npm run deploy

Run Test

  $ npm run test

Component API Ref

https://developers.google.com/youtube/iframe_api_reference

Todo

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 ;)

Maintainers

@AhmadKabakibi