Skip to content

srssaulo/caliper-js-public

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IMS Global caliper-js

caliper-js is a Javascript client for Caliper that provides an implementation of the Caliper SensorAPI™.

Getting Started

Pre-requisites for development:

  • Install npm for your platform
  • npm install -g browserify
  • npm install grunt
  • npm install -g grunt-cli

Testing and Building

  • npm install
  • Clone caliper-common-fixtures at the same level as caliper-js (note that test/testUtils.js references fixtures at a relative path to its parent)
  • grunt (this will run unit tests and build dist/caliperSensor-x.x.x.js)

Running the example

Installing and using the Library:

Install and build the library using the steps above.

Then, add the following to your Javascript script:

<script src="dist/caliperSensor-1.0.0.js"></script>

Documentation

Documentation is available at http://www.imsglobal.org/caliper.

©2015 IMS Global Learning Consortium, Inc. All Rights Reserved. Trademark Information- http://www.imsglobal.org/copyright.html

For license information contact, [email protected] and read the license file contained in the repository.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 99.5%
  • HTML 0.5%