openbci-archive / OpenBCI_NodeJS

Node.js SDK for the all OpenBCI Biosensor Boards
https://www.npmjs.com/package/openbci
138 stars 50 forks source link

Enh destructure for clean support of ganglion and wifi #81

Closed andrewjaykeller closed 8 years ago

andrewjaykeller commented 8 years ago

Need to use ES6 destructing to prevent additional overhead from ganglion and wifi support.

Check out this article for information!

andrewjaykeller commented 8 years ago

Closing this because #80 will cover this automatically.