OpenBCI Node.js Wifi
A Node.js module for OpenBCI ~ written with love by Push The World!
Push The World is actively developing and maintaining this module.
The purpose of this module is to supply an npm module with no native modules that interfaces with the OpenBCI Wifi Shield.
Table of Contents:
Developing:
Running:
npm install
Testing:
npm test
Contribute:
- Fork it!
- Branch off of
development:git checkout development - Create your feature branch:
git checkout -b my-new-feature - Make changes
- If adding a feature, please add test coverage.
- Ensure tests all pass. (
npm test) - Commit your changes:
git commit -m 'Add some feature' - Push to the branch:
git push origin my-new-feature - Submit a pull request. Make sure it is based off of the
developmentbranch when submitting! :D
License:
MIT