4.0.0 • Published 7 years ago

radiokit-toolkit-playback v4.0.0

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

RadioKit JS Toolkit: Playback

High-level JavaScript API for performing playback of RadioKit-powered channels.

Documentation

See https://docs-toolkit-js.radiokit.org/en/latest/playback.html.

Demo

See https://radiokit.github.io/toolkit-js-playback-demo/

Otherwise you can run demo locally. In order to run demo located in the demo/ folder, build the browser bundle, enter the demo folder and run

python -m SimpleHTTPServer

And open http://localhost:8000 in the browser.

Then you can type in the browser console e.g.

window.player = new RadioKitToolkitPlayback.Player.Channel("3d49ef93-a010-4649-b3ed-b0f99fe96173", "123");
window.player.start();

Development

  • Clone the repo
  • Enter dir with the project
  • Install NPM packages: npm install

Building browser bundle

  • Type npm run build-browser

Browser-compatible version will be located in dist/browser/.

Authors

Marcin Lewandowski marcin@radiokit.org

License

MIT

4.0.0

7 years ago

3.1.5

7 years ago

3.1.4

7 years ago

3.1.3

7 years ago

3.1.2

7 years ago

3.1.1

7 years ago

3.1.0

7 years ago

3.0.0

7 years ago

2.0.0

7 years ago

1.2.0

7 years ago

1.1.0

7 years ago

1.0.11

7 years ago

1.0.10

7 years ago

1.0.9

7 years ago

1.0.8

7 years ago

1.0.7

7 years ago

1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago