Arquivos
Alex Castillo 8351474fbc update readme
2016-05-19 16:56:09 -04:00

43 linhas
610 B
Markdown

# OpenBCI Dashboard
![alt text](/assets/preview3.gif "OpenBCI Dashboard Preview")
A fullstack JavaScript app for reading and visualizing OpenBCI EEG data.
This project is under development, this is just a first draft.
## Setup
* Plug in OpenBCI dongle
* Turn on OpenBCI board
```bash
npm install -g angular-cli concurrently
npm install
npm run visualize
```
* Go to: http://localhost:4200
## Simulating data
```bash
npm run simulate
```
## Technologies
* Node.js
* Angular 2
* Socket.io
* Data Visualization
- Plotly.js
- Chart.js
- Smoothie
## Support
Pull requests are welcomed!