Skip to content
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

An initial pass client JS library for talking Tin Can to the world.

http://tincanapi.com/

Usage

If you have ant installed and a shell available then change into the src/ directory and run ./build.sh to get a raw and minified version under build/. Load either the build/tincan.js or build/tincan-min.js file on your page, retrieve a configuration object using TCDriver_GetConfigObject() and then call various functions passing in the configuration object.

At the moment the raw version is a straight copy of the src/ version so if you don't have ant available or a Unix shell then either load the src/ version directly in your page or copy it to build/ and load from there like normal.

Constants

The configuration object detects the following constants:

  • TC_COURSE_ID
  • TC_COURSE_NAME
  • TC_COURSE_DESC
  • TC_RECORD_STORES

About

JavaScript client library for TinCan API

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors