├── .gitignore ├── README.md ├── brainwaves.js ├── index.html └── package.json /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NeuroJS/brainwaves-quickstart/HEAD/.gitignore -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NeuroJS/brainwaves-quickstart/HEAD/README.md -------------------------------------------------------------------------------- /brainwaves.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NeuroJS/brainwaves-quickstart/HEAD/brainwaves.js -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NeuroJS/brainwaves-quickstart/HEAD/index.html -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NeuroJS/brainwaves-quickstart/HEAD/package.json --------------------------------------------------------------------------------