This project is currently a work in progress but hoping to release a beta soon!
This project is greatly inspired by TM1py so make sure to check that out if you haven't already!
const config = {address: 'localhost', port: 8543, user: 'admin', password: '', ssl: true };
const tm1 = await TM1Service.connect(config);
const cube = await tm1.cubes.get('Revenue');