0.0.5 • Published 3 years ago

cim-api-service v0.0.5

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

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)

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago