New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

radiokit-toolkit-playback

Package Overview
Dependencies
Maintainers
2
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

radiokit-toolkit-playback

RadioKit Toolkit for playing back audio content

  • 4.0.0
  • unpublished
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
0
Maintainers
2
Weekly downloads
 
Created
Source

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

FAQs

Package last updated on 30 Oct 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc