A web app for controlling the Spotbot player. Built with Ember and Firebase. Deploy easy on heroku.
git clone https://github.com/himynameisjonas/spotbot-client.gitthis repository- change into the new directory
npm installbower install
ember server- Visit your app at http://localhost:4200.
heroku create <OPTIONAL_APP_NAME> --buildpack https://github.com/tonycoco/heroku-buildpack-ember-cli.gitgit push heroku master