NodeJS library for Data-chan USB comunication library
npm install data-chan ![npm]() 
 Software release
 Hardware testing
This library implements NodeJS APIs for Data-chan
It uses foreign function interface to do so, and is compatible with both NodeJS and Electron applications
To install:
``shell`
npm install data-chan
To test, run:
`shell`
git clone git@github.com:fermiumlabs/data-chan-nodejs.git
npm install
npm rebuild
npm run test
To publish, run:
`shell``
npm version patch/minor/major
git pushand stop here, no npm publish, the CI will take care of that!
---