Use Twilio to send SMS alerts so that you never miss a critical issue.
-
First clone this repository and
cd
into it:git clone git@github.com:TwilioDevEd/server-notifications-servlets.git cd server-notifications-servlets
-
Export the environment variables:
You can find the AccountSID and the AuthToken at https://www.twilio.com/user/account/settings.
export TWILIO_ACCOUNT_SID=your account sid export TWILIO_AUTH_TOKEN=your auth token
The Twilio Phone Number can be found at https://www.twilio.com/user/account/phone-numbers/incoming.
export TWILIO_PHONE_NUMBER=your Twilio phone number
-
Make sure the tests succeed:
mvn compile test
-
Run the application.
mvn compile && mvn jetty:run
-
Check it out at http://localhost:8080
That's it!
- No warranty expressed or implied. Software is as is. Diggity.
- MIT License
- Lovingly crafted by Twilio Developer Education.