Skip to content

druv5319/twilio-wake-up-call-1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

header image 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

How to Run

  1. Replace the placeholders in the .env file with their actual values.
  2. Navigate within this directory on your terminal and run the following command to install the dependencies: npm run install.
  3. Enter the following command to run the application: node index.