bs-youtube
v0.0.1
Published
BuckleScript bindings for the youtube iframe API
Downloads
1
Maintainers
Readme
bs-youtube
bs-youtube is a statically typed interface to the Youtube iFrame API
Installation
npm install --save bs-youtubeIn your bsconfig.json, include "bs-youtube" in the bs-dependencies.
Usage
See example/example.re for sample usage.
/*Have to init the API before doing anything else */
Youtube.init();
let player = Youtube.getPlayer();
/*To play the currently loaded video */
Youtube.playVideo(player)Development
npm run startDocumentation?
See example/example.re for sample usage and the Youtube API Docs for the methods you can access on the player.
TODO:
- Documentation
- Event listeners
- Events
- Probably refactor and make better.
- Test 360 Videos
