NodeJS driver for the Wifi Shield
JavaScript
Switch branches/tags
Latest commit d6768ba Jul 23, 2017 @aj-ptw aj-ptw committed on GitHub Merge pull request #5 from aj-ptw/master
v0.1.0

README.md

Build Status codecov Dependency Status npm js-semistandard-style

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:


  1. Developing
  2. Testing
  3. Contribute
  4. License

Developing:

Running:

npm install

Testing:

npm test

Contribute:

  1. Fork it!
  2. Branch off of development: git checkout development
  3. Create your feature branch: git checkout -b my-new-feature
  4. Make changes
  5. If adding a feature, please add test coverage.
  6. Ensure tests all pass. (npm test)
  7. Commit your changes: git commit -m 'Add some feature'
  8. Push to the branch: git push origin my-new-feature
  9. Submit a pull request. Make sure it is based off of the development branch when submitting! :D

License:

MIT