This project was created in the context of the hackathon app@night 2016.
It uses the Amazon Echo infrastructure to book a car at Sixt.
- Setup a new Alexa Skill template (e.g. as described here)
- Setup a Heroku NodeJS app.
- Upload the root folder to Heroku.
- Zip the contents of
alexa-app/
and upload it to your Alexa Skill template. - Run
node alexa-app/index.js
and update the Intent Schema and the Sample Utterance according to the output.
You can test this project with Echosim.io