on-change-network
v0.0.2
Published
detect when computer changes (wifi) networks
Readme
on-change-network
Call a listener whenever the network interface changes. I.e. detect when the local user has changed to another wifi network.
example
require('on-change-network')(function () {
console.log('wifi changed')
})License
MIT
