minetico
Built in 2 weeks at European Innovation Academy 2015. More information available here. A Node.js app using Express 4, Postgres db, Bootstrap front-end. Makes use of Emotiv SDK.
Full business info available under 'docs'.
Running Locally
Make sure you have Node.js and the Heroku Toolbelt installed.
$ git clone git@github.com:heroku/bemotics.git # or clone your own fork
$ cd bemotics
$ npm install
$ npm start
Your app should now be running on localhost:5000.
Deploying to Heroku
$ heroku create
$ git push heroku master
$ heroku open