1.0.2 • Published 8 years ago

on-wake-up v1.0.2

Weekly downloads
165
License
MIT
Repository
github
Last release
8 years ago

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