npm stats
  • Search
  • About
  • Repo
  • Sponsor
  • more
    • Search
    • About
    • Repo
    • Sponsor

Made by Antonio Ramirez

on-wake-up

1.0.2

@mafintosh

npmHomeRepoSnykSocket
Downloads:3604
$ npm install on-wake-up
DailyWeeklyMonthlyYearly

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