Contains rainfall OSX native module
npm install mod-mac-idle-checkerbash
npm run xcode
`
Ensure Linked Frameworks has the following:
* CoreFoundation.framework
* AppKit.framework
* ApplicationServices.framework
To output for electron use:
`bash
npm run electron
`
This will output an osx native node module ready for use in your application.
To Test
`bash
node test.js
``