Closed gordonturner closed 9 years ago
Wonderful work @gordonturner, would you also like a commit bit so you can freely contribute to the project?
Sure, that would be great, thanks @andrew.
@gordonturner I've added you as a collaborator now, I'll push a new release to npm on Monday when I get home.
Hey @andrew could I bother you to push a new release to npm?
Thanks! G.
I have been working on multiple device support and think I have a reasonable approach.
The pull request replaces the 'name' with 'serial number' as an optional constructor argument. With multiple devices, it is likely that they will share the same name, but the serial number is unique.
Updated the readme to include the changes and added an example.js.
Let me know if you think the pull request needs enhancements?
(Also, thanks for node-xbox-controller, nice to have something to start from!)