Installation
Install the core package
npm install make-traffic-integration-corenpm install make-traffic-integration-react-wrapperInitialize the library
import { TaskManagerApp } from 'make-traffic-integration-core';
const taskManager = new TaskManagerApp({
apiUrl: 'YOUR_API_URL',
appKey: 'YOUR_APP_KEY',
});
await taskManager.init();Verify the connection
Last updated