Here is some information on how to install dependencies and run the application
Python 3 is required for this application
Add the 'run' bash file to path so run
command can be used
export PATH=$PATH:<root/folder/of/application>
run setup
With run
run start
Running the skill behind https with ngrok
ngrok http 5000
ngrok makes it so Alexa can talk to your code right away.
Use the HTTPS endpoint on Amazon's developer portal
- Kevin James parks