A simple demo of Twilio's Verify call, email and sms functionality.
- ACCOUNT_SID= Your primary Twilio account identifier - find this in the Console
- AUTH_TOKEN= Used to authenticate - just like the above, you'll find this here
- VERIFY_SERVICE=Create a verify service here
To Run Functions Locally
npm install
npm start
To Deploy Functions to your account
npm run deploy or twilio serverless:deploy
