| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
parent directory.. | ||||
This sample demonstrates how to use Twilio on Google App Engine standard environment.
See the sample application documentaion for more detailed instructions.
For more information about Twilio, see their Java quickstart tutorials.
Before you can run or deploy the sample, you will need to do the following:
You can run the application locally to test the callbacks and SMS sending. You will need to set environment variables before starting your application:
$ export TWILIO_ACCOUNT_SID=[your-twilio-accoun-sid] $ export TWILIO_AUTH_TOKEN=[your-twilio-auth-token] $ export TWILIO_NUMBER=[your-twilio-number] $ mvn clean jetty:run
| Back | FazBrowse Home | New Git URL |