An open API service indexing awesome lists of open source software.

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

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