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