Front-end application for interacting with Alexa Voice Service.
With this application the user holds the spacebar to speak an utterance. The utterance is base64 encoded and sent over to the AVS server via a web socket. The AVS server sends the response back as binary data via the web socket and is decoded into an audio buffer which is played back to the user.
Here's the AVS server to use in conjuction.
Install node modules
npm install
Install bower components
bower install
Run local web server
gulp
Build and minify
gulp build
Tim Kendall for developing awesome UI.
MIT