31 linhas
303 B
Markdown
31 linhas
303 B
Markdown
# Brainwaves Quickstart
|
|
|
|
A quickstart template for receiving and passing data from OpenBCI to the browser
|
|
|
|
### Step 1
|
|
|
|
Install the dependencies
|
|
|
|
```
|
|
npm install
|
|
```
|
|
|
|
### Step 2
|
|
|
|
Simply run the app:
|
|
|
|
```
|
|
node brainwaves
|
|
```
|
|
|
|
Or in simulated more:
|
|
|
|
```
|
|
node brainwaves simulate
|
|
```
|
|
|
|
### Step 3
|
|
|
|
Have fun
|
|
|