/rest-sms-android

Your own cheap Twilio service: send bulk text messages using your free plan.

Primary LanguageJavaScript

Programmatically send SMS'es with Android

  • Install REST SMS Gateway
  • Add phone's address to a .env file in the root of your project. Example .env file:
PHONE_ADDRESS=http://192.168.0.221:8080

Your phones local address.

  • Add your app's logic to index.js.
  • Run npm start.