Awesome
Alexa Voice Service Client App
<img src="./src/screenshot.png" width="500">Front-end application for interacting with Alexa Voice Service.
How it works
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.
Development
Install node modules
npm install
Install bower components
bower install
Run local web server
gulp
Build and minify
gulp build
Credits & Contributors
Tim Kendall for developing awesome UI.
License
MIT