RadioKit Toolkit: Streaming
JavaScript Streaming Toolkit for RadioKit.
Use this for streaming radio channels from RadioKit.
Installation
Development
- Clone repo
- Type
npm install
- If you want to enable automatic testing, compiling & preview on a local HTTP server: type
npm start
- If you want to just compile the scripts (once): type
npm run build
- If you want to just compile the scripts but watch for changes: type
npm run watch
- Enjoy
Publishing new version
- Bump
version
in package.json
, both in "version" and "main" keys - Run
npm run build
- Add & commit all files
- Run
npm publish
Authors
Marcin Lewandowski, Łukasz Odziewa