Skip to content

A simple Twilio app that uses NodeJS to send a text message to a recipient

Notifications You must be signed in to change notification settings

dafabulousteach/twilio-node

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Twilio and NodeJS

This simple application sends an SMS to a recipient using Node and Twilio API

Getting Started

  1. Sign up for a free trial account at Twilio
  2. Get an Account SID
  3. Get an Authentication Token
  4. npm install twilio in the console

Keeping your SID and Token secure

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

About

A simple Twilio app that uses NodeJS to send a text message to a recipient

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published