on-wake-up
v1.0.2
Published
Small module that calls a function when your computer wakes up from sleep
Downloads
220
Readme
on-wake-up
Small module that calls a function when your computer wakes up from sleep. Useful for resetting retry timeouts and stuff.
npm install on-wake-up
Usage
var awake = require('on-wake-up')
awake(function () {
console.log('computer (probably) woke from sleep')
})
Credits
@juliangruber came up with the algorithm
@pfraze for writing almost the same module 6 months before me
License
MIT