Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dominictarr/on-change-network


https://github.com/dominictarr/on-change-network

Last synced: 29 days ago
JSON representation

Awesome Lists containing this project

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

``` js
require('on-change-network')(function () {
console.log('wifi changed')
})
```

## License

MIT