- 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
- Add your app's logic to
index.js
. - Run
npm start
.
.env
file in the root of your project. Example .env
file:PHONE_ADDRESS=http://192.168.0.221:8080
index.js
.npm start
.