https://github.com/zebrajaeger/keylogger-heatmap
https://github.com/zebrajaeger/keylogger-heatmap
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/zebrajaeger/keylogger-heatmap
- Owner: zebrajaeger
- Created: 2022-11-11T14:57:58.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-14T12:31:59.000Z (over 2 years ago)
- Last Synced: 2025-02-07T23:43:00.399Z (3 months ago)
- Language: JavaScript
- Size: 362 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# keylogger-heatmap
This project is just for fun. I don't see any usefully scenario - except to learn a little.
Works on Windows and should work on macOS, but I can run it only on top of Windows.
Linux ist not supported yet, because [keylogger.js-0.0.4](https://www.npmjs.com/package/keylogger.js) does not support this OS.## Develop
### Prerequisites
- node-gyp
- windows-build-tools (for Windows only)These libs are the tools to compile native code (what we need, because we have to hook into the OS to receive global key events).
Run this command from a Windows powershell with administrator rights:npm install --global node-gyp windows-build-tools
Now you can install the required packages of this project:
npm install
### Run the application
npm start
## Build a Release
npm run make
This is only for the current platform.