This repo will perform different SMS & Voice functions as a practice for our 'public voicemail' civic app.
Currently functionality includes:
- Receiving voice calls @
1-857-264-3800
- Sending SMS with details of the received voice call.
Twilio is the provider we're using in this app. In order to make this code functional, you will need to sign up for a developer account at Twilio.com. API credentials are read from credentials.json
.
- To run the server
node server.js
- install node
npm install telenode node-static winston
- Add your twilio number in the
from
attribute of thecredentials.json
file. - Add the SMS destination number in the
to
attribute of thecredentials.json
file.
The Twilio webservice must be able to contact your server at a publicly accessible web address. This twilio number is configured to run on awesomesauce!