Skip to content

An app that keeps track of how many times a key is pressed on your keyboard. Not a keylogger.

Notifications You must be signed in to change notification settings

kevinfalting/BoardStats

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BoardStats

To run source

git clone https://github.com/kevinfalting/BoardStats.git boardstats
cd boardstats
npm install
npm start

To build

after cloning the code down...

npm i -g electron-packager
electron-packager .

If you set it to always start on startup, it will keep track of every key you press. Would like to eventually do some cool stats, maybe even display a heatmap of the keyboard or something. For now, this is just my first electron app. Enjoy.

About

An app that keeps track of how many times a key is pressed on your keyboard. Not a keylogger.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published