ngrok instantly creates an authenticated, public HTTPS URL for your app running locally. To launch the interface with Alexa download ngrok and create an account then setup ngrok with your key
./ngrok authtoken <YOUR-KEY>
Then start the ngrok web server with
./ngrok http 5000
Copy the link that provides ngrok and paste it in the section Endpoint of your Alexa Developer account
1. get a local web server with public URL
ngrok instantly creates an authenticated, public HTTPS URL for your app running locally. To launch the interface with Alexa download ngrok and create an account then setup ngrok with your key
Then start the ngrok web server with
Copy the link that provides ngrok and paste it in the section Endpoint of your Alexa Developer account
2. make a Flask api as a node