This is a very simple app for redirecting SMS from twilio to a specified number. It has been designed to run on parse.com and can be used within their free tier.
- Edit
twilio.initialize('xxxx', 'xxxx')
insidemain.js
with your twilio Sid and authToken. - Edit
phoneNumber
insidemain.js
with the phone number you want SMS to be redirected to - Edit
config/global.json
with your parse app details. parse deploy
the puppy- Go to twilio -> numbers and set your parse endpoint as request URL (yourdomain.parseapp.com/endpoint)