Usage as an NPM library

import Active from 'motaword-active-js';
import Configuration from 'motaword-active-js/configuration';

const config = new Configuration();
const activeInstance = new Active(config);
...