This is how to send an SMS text message from a US number using Twilio's Node.js SDK.
First you need to install the Node.js client using:
npm install twilio
Then, you have to create an account on their website.
Once you have an account, you'll need the account SID and auth token that you can fi...