November 2019
Beginner
436 pages
8h 52m
English
Configuring Nucleus support is easy since all the required APIs are published as a single Node.js library. Follow these steps to install the library:
npm i electron-nucleus
const Nucleus = require('electron-nucleus')('Your App ID', { onlyMainProcess: true});
You can also raise a custom tracking event, as follows:
Nucleus.track(<NAME>, <DATA>);
NAME is the name of ...
Read now
Unlock full access