@violetio/violet-js
v1.0.5
Published
Functions and interfaces for interacting with the Violet API
Downloads
1,100
Keywords
Readme
VioletJS
Installation
Use npm to install the VioletJS module:
npm install @violetio/violet-js
Usage
initializeVioletjs
This function points the API calls made by the module to your backend server which forwards requests to Violet.
import { initializeVioletjs } from '@violetio/violet-js';
initializeVioletjs('[BASE_PATH_TO_YOUR_SERVER]');
Examples of how this package is used can be found in the VioletNextDemoApp