The sample implements simple IVR offering options to listen to audio file, hear the current time or connect to an agent.
npm install
Copy provided template and fill in:
cp env-template .env
Start ngrok:
ngrok http 3000
Use provided js to query ngrok public url and setup the nexmo app webhooks
node set-app-webhook.js
node index.js
Call an LVN that is linked to the configured voice app and follow the voice prompts.