Easily get ambient data sensor readings of mac ambient light sensors.
$ npm install ambientlight
const ambient = require('ambientlight')
console.log(ambient())
The undelying ambient light implementation is inspired from: https://bugzilla.mozilla.org/attachment.cgi?id=664102