A JavaScript wrapper around the VCA web APIs
A JavaScript wrapper around the VCA web APIs.
``sh`
$ npm install --save-dev vca-api-js
Depending on your version of EMCAScript support, either import the classeslib
from the folder or require the minified library.
`;
import {Api} from 'vca-api-js
``
`sh`
$ 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`.
MIT © VCA Technology
[npm-url]: https://npmjs.org/package/vca-api-js
[npm-version]: https://img.shields.io/npm/v/vca-api-js.svg
[npm-downloads]: https://img.shields.io/npm/dm/vca-api-js.svg
[npm-license]: https://img.shields.io/npm/l/vca-api-js.svg
[bower-url]: http://bower.io/search/?q=vca-api-js
[bower-version]: https://img.shields.io/bower/v/vca-api-js.svg
[bower-license]: https://img.shields.io/bower/l/vca-api-js.svg