This simple application sends an SMS to a recipient using Node and Twilio API
- Sign up for a free trial account at Twilio
- Get an Account SID
- Get an Authentication Token
npm install twilio
in the console
It is strongly advised to keep these keys hidden from your commit history since they can be compromised if they are visible. Instead of coding them into your application, save them as environmental variables and add the folder that contains the keys to your .gitignore
file