playkit-js-assignment-mark
playkit-js-assignment-mark is a kaltura player plugin that renders a check mark above bottom bar if loaded entry has rootEntryId and userId ends up with "_assignment".
playkit-js-plugin-example is written in ECMAScript6 (*.js
) and TypeScript (*.ts
) (strongly typed superset of ES6),
and transpiled in ECMAScript5 using Babel and the TypeScript compiler.
Webpack is used to build the distro bundle and serve the local development environment.
Getting started with development
git clone https://github.com/Kaltura-PS/playkit-js-assignment-mark.git
cd playkit-js-assignment-mark
npm run dev
npm run pre:commit
The dev server will host files on port 8000. Once started, the demo can be found running at http://localhost:8000/.
Solution Document
An overview of this project's design, can be found here.