node-iohook

0.0.3 • Public • Published

node-iohook

Binding of libuiohook for nodejs

About

This package help nodejs developer to catch events on mouse and keyboard and register callbacks on every events.

requirements

  • Windows: VS2015
  • MAC: clang
  • Linux: GCC

install

npm install node-iohook

example

const hook = require('node-iohook')


hook.on('keydown', function(msg){
    console.log(msg);
});


hook.start();

misc

node-iohook work with last nodejs LTS as well as electron

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.3
    7
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.0.3
    7
  • 0.0.2
    0
  • 0.0.1
    0

Package Sidebar

Install

npm i node-iohook

Weekly Downloads

7

Version

0.0.3

License

GPL-3.0

Last publish

Collaborators

  • ayoubserti