active-app-watcher
v1.1.1
Published
Event emitting active window/app watcher
Downloads
7
Maintainers
Readme
active-app-watcher
Event emitting active window/app watcher
Install
$ npm install active-app-watcher --save
Usage
import ActiveAppWatcher from 'active-app-watcher'
const appWatch = new ActiveAppWatcher()
appWatch.on('error', (err) => {
console.error(err)
})
appWatch.on('change', (app) => {
console.log('change', app)
})
appWatch.on('check', (app) => {
console.log('check', app)
})
appWatch.start()
Related
- active-app - Detect the active window/application
Licence
MIT © Ben Evans