0.0.5 • Published 5 years ago

cim-api-service v0.0.5

Weekly downloads
-
License
MIT
Repository
-
Last release
5 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

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago