Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/d34dman/mouse-watch
https://github.com/d34dman/mouse-watch
Last synced: 14 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/d34dman/mouse-watch
- Owner: d34dman
- License: mit
- Created: 2021-10-11T22:09:02.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-10-11T22:39:22.000Z (over 3 years ago)
- Last Synced: 2024-11-07T22:49:19.598Z (2 months ago)
- Language: TypeScript
- Size: 431 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Mouse Watch
Chrome extension which measure the distance your mouse travels.
### Why?
Keep a close eye on that mouse, while you mind your own business.### Development
`npm run watch` watch for changes(for development)
`npm run build` build dist folder with transpiled files`npm run build:zip` build and zip to upload in chrome web store
`npm run test:unit` to run unit tests
## Credits
- This project is a fork of [Dmytro Filipenko](https://github.com/d34dman/mouse-watch/commits?author=dmfilipenko)'s project called [Cursor Traveler](https://github.com/dmfilipenko/cursor-traveler).