Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 265 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 265 Bytes

sms

send an SMS message

Create a .env file, or configure environment variables, e.g.:

TWILIO_ACCOUNT_SID="..."
TWILIO_AUTH_TOKEN="..."
TWILIO_FROM_NUMBER="..."

Execute the command like this:

sms 808-765-8765 "hello, dude. you've got a mesg!"