This is a demo app showing a few simple examples of how to use the Twilio node module with Express.
To run this app, provide either environment variables for your Twilio credentials called ACCOUNT_SID
and AUTH_TOKEN
,
or provide a file config.js
with the information provided in the sample config file at the project root.