auxilium-connect
v1.3.1
Published
Deprecated, please use the new [Datalynk Client Library](https://gitlab.auxiliumgroup.com/auxilium/datalynk/datalynk-client).
Downloads
146
Readme
Auxilium Connect
Deprecated, please use the new Datalynk Client Library.
Javascript/Typescript Library for connecting clients to the Datalynk API
Comes with a static file server (docker) that acts like a CDN to distribute the build library
Setup
Prerequisites
Instructions
- Install the client library
npm install --save auxilium-connect
- Import API
import {API} from 'auxilium-connect';
Prerequisites
Instructions
- Install the dependencies:
npm install
- Start the dev server:
npm run watch