Make sure to clone this repository and have OpenBCI installed along with an OpenBCI (e.g. Gnglion) device.
First, create a copy of config.js.example and populate it with your requirement. Then change directory into the newly cloned folder and execute the following commands.
npm install
npm start
Make sure to set up the OpenBCI client to stream 'Time Series' data into the '/openbci' namespace.
Simply navigate to your supplied host and port with a modern web browser.
Refer to the readme located in the test
folder.