Skip to content

tobyallen/verify-serverless

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

verify-serverless

A simple demo of Twilio's Verify call, email, sms and whatsapp functionality.

header send validate footer

Technology used

Configure .ENV

  • 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
  • SG_EMAIL_VERIFY_KEY=Create a sendgrid API key with Validation Access here

Run

To Run Functions Locally

npm install

npm start

To Deploy Functions to your account

npm run deploy or twilio serverless:deploy

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • HTML 55.6%
  • JavaScript 40.7%
  • CSS 3.7%