SMSTrip
Directions via SMS
Usage
Text !start [method of transit]
(ex !start walking
) to the phone number registered. The methods of transit are driving, bicycling, walking, and transit. You will be prompted the rest of the way!
Installation
To install, simply run npm install
in the same directory as package.json
. Copy config.example.json
to config.json
and fill in your credentials. Then, create a tunnel with ngrok
, and add that tunnel to your Twilio SMS webhook, as a POST request. Then, run node index.js
to start the server! That's all!
DEMO
Text "hello world" to 202-796-5678
Built With
- directions
- google-maps
- javascript
- sms
- travel
- twilio
Log in or sign up for Devpost to join the conversation.