r4a-pp-api
v3.0.17
Published
AngularJS-based Ready 4 Air Player Platform API client
Downloads
14
Readme
Ready4Air Web Core Library
This uses angular with webpack. Karma and Jasmine are used to testing.
Supported Player Platform versions are 3.1..
Project documentation: http://developer.r4a-valtech.com/docs/getting-started-1.
To Setup
npm install
To run tests server (autoupdate, allows to debug test)
npm run devTest
then go to localhost:9876
To run tests (single run, command line, generates code coverage report)
npm run test
Build
For deployment build:
$ npm run build
This will output to dist
.