/cim-api-service

NodeJS CIM API Service

Primary LanguageJavaScript

CIM NodeJS API SERVICE

INSTALATION:

yarn install

CONFIGURATION:

copy config.example.json to config.json and fill it accordingly.

RUNNING

yarn run test

USAGE

const CIMApiService = require('cim-api-service/src/CIMApiService').CIMApiService;

const cimConfig = require('../config/cim.js').getConfig();

const ApiService = new CIMApiService(cimConfig)