Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 614 Bytes

readme.md

File metadata and controls

14 lines (12 loc) · 614 Bytes

Getting started

Run tsc -w and a webserver. Visit src/

patches in the repo

  • google-youtube web component (patched locally and checked in bower_components)
    • support property changes (add bug here)
    • incorrectly determines player support (add bug here)
    • fire googleyoutubestatechange instead of google-youtube-state-change (angular2 bug)
  • youtube api
    • uses a custom promise lib that zone.js doesn't support (patched in patch_youtube_client.js)

google youtube api key

  • Will be revoked soon after application is public. You will need to provide your own key if you want to run the app.