https://github.com/todbot/electron-hid-test
extremely simple demo of node-hid with electron
https://github.com/todbot/electron-hid-test
Last synced: 9 months ago
JSON representation
extremely simple demo of node-hid with electron
- Host: GitHub
- URL: https://github.com/todbot/electron-hid-test
- Owner: todbot
- Created: 2019-11-25T20:45:55.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-09-28T22:20:58.000Z (over 3 years ago)
- Last Synced: 2025-08-28T16:51:14.493Z (9 months ago)
- Language: JavaScript
- Homepage:
- Size: 13.7 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# electron-hid-test
Extremely simple [Electron](https://www.electronjs.org/) app example using [`node-hid`](https://github.com/node-hid/node-hid).
Also see [electron-hid-toy](https://github.com/todbot/electron-hid-toy), more complete example.
Also see [electron-hid-test-erb](https://github.com/todbot/electron-hid-test-erb) for a test using [electron-react-boilerplate](https://github.com/electron-react-boilerplate/electron-react-boilerplate/)
To use:
```
npm install
npm run start
```
For a slightly more complex example, see https://github.com/todbot/electron-hid-toy.
For more details on using `node-hid` with Electron, see: https://github.com/node-hid/node-hid#electron-projects-using-node-hid