Skip to content

Latest commit

 

History

History
9 lines (9 loc) · 410 Bytes

readme.md

File metadata and controls

9 lines (9 loc) · 410 Bytes

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.