Web services used to integrated with the IOPS platform.
some code examples here
The purpose of this project is to provide client access to the IOPS platform in the form of client UI and web service components.
- Make sure npm is installed
From the project main folder execute the following command:
npm install @iops/services-lib
comming soon
These test cases are written in Jasmine, which we run with the Karma Test Runner. Karma configuration is found at karma.conf.js and unit tests are at UnitTest/**/*.js'
The easiest way to run the unit tests is to use the supplied npm script:
npm run test-unit
This script will start the Karma test runner to execute the unit tests.
Troy High troy.high@metablock.com