@iops/services-lib
v1.4.6
Published
IOPS service clients
Downloads
387
Readme
Synopsis
Web services used to integrated with the IOPS platform.
Code Example
some code examples here
Motivation
The purpose of this project is to provide client access to the IOPS platform in the form of client UI and web service components.
Installation
Prerequisites
- Make sure npm is installed
From the project main folder execute the following command:
npm install @iops/services-lib
API Reference
comming soon
Tests
Running Unit Tests
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.
Contributors
Troy High [email protected]