Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 754 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 754 Bytes

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.