levibostian / 15secondmarathon

marathon site for watching 15 second videos

Home Page:https://levibostian.github.io/15secondmarathon/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Create webpage with embeded youtube player that can play a playlist of youtube videos in queue

levibostian opened this issue · comments

  • Create small vuejs site with typescript, tachyons
  • Create webpage that is just a black background.
  • Insert youtube embeded player (no cookie player preferrably) that's full width, aspect ratio.
  • Create a json file with just a few videos in it. Have the program load this json file at runtime, have the player play the index 1 video, then when the video ends, plays the next video in the list, looping back to index 0 when hit the end of the list.