active-app-watcher

👓 Event emitting active window/app watcher

Downloads
12
Stars
6
Committers
1

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

Package Rankings
Top 22.9% on Npmjs.org