0.2.1 • Published 9 years ago
vca-api-js v0.2.1
vca-api.js

A JavaScript wrapper around the VCA web APIs.
Usage
npm
$ npm install --save-dev vca-api-jsDepending 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-jsUse 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