UNPKG

node-vbox

Version:

Interact with virtualbox from nodejs

8 lines (6 loc) 214 B
const VBoxNode = require('../lib/main'); VBoxNode.metrics.enable('addc8f49-2460-45db-a412-f5c288a90795').then(() => { console.log('Metric enabled for this vm'); }).catch(error => { console.log(error); });