Concept app that runs on an old phone in the baby's room, once mic detects noise for a little while it rings your phone.
- Create
.env
file in project root including Twilio keys.TWILIO_ACCOUNT_SID=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx TWILIO_AUTH_TOKEN=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx TWILIO_PHONE=+00000000000
-
$ npm run build
-
$ npm run serve # pm2 start build/server.js -- --port 2021
- No proper validations.
- Better not to skip calls because Twilio keeps redialing until pick up.
Deployed here for personal usage.