Developed with Python and Flask-Ask.
Testing tools:
ngrok: command-line program that opens a secure tunnel to localhost and exposes that tunnel behind an HTTPS endpoint.
EchoSim.io: in-browser "virtual" Alexa testing tool
Personal testing plan:
- Open Anaconda prompt and cd into project directory
- type "python baba_recipe.py" in the command line
- open up new Anaconda prompt and cd into joshu/devtools and type "ngrok.exe http 5000"
- copy the last https endpoint
- login to Amazon developer console and locate 'Baba G Recipe' skill
- In the 'configuration' tab select 'HTTPS' radio button and paste the ngrok endpoint in the 'default' text box and 'save'
- navigate browser to 'echosim.io'
- start skill by saying invocation name 'start baba g recipe'