README
vca-api.js

A JavaScript wrapper around the VCA web APIs.
Usage
npm
$ npm install --save-dev vca-api-js
Depending on your version of EMCAScript support, either import the classes
from the lib folder or require the minified library.
import {Api} from 'vca-api-js`;
Browser
$ bower install --save vca-api-js
Use your favourite loader to pull in the module. See the
demo.html for an example. The demo can be ran locally using
gulp demo.
License
MIT © VCA Technology