Source code from part 1 of the 'How to Make a Wake-Up Call Service' tutorial series. In part 1, you'll learn how to create outgoing phone calls with Twilio Programmable Voice and execute them at scheduled times using cron jobs. You can find the blog post here: https://www.twilio.com/blog/wake-up-call-service-part-1-coding-cron-alarm-twilio-voice
- Replace the placeholders in the .env file with their actual values.
- Navigate within this directory on your terminal and run the following command to install the dependencies:
npm run install
. - Enter the following command to run the application:
node index
.