Skip to content
This repository has been archived by the owner on Jun 25, 2024. It is now read-only.

Latest commit

 

History

History
32 lines (22 loc) · 892 Bytes

README.md

File metadata and controls

32 lines (22 loc) · 892 Bytes

baby-monitor

CodeQL

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.

Steps to run

  1. Create .env file in project root including Twilio keys.
    TWILIO_ACCOUNT_SID=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
    TWILIO_AUTH_TOKEN=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
    TWILIO_PHONE=+00000000000
  2. $ npm run build
  3. $ npm run serve
    # pm2 start build/server.js -- --port 2021

Known issues

  • No proper validations.
  • Better not to skip calls because Twilio keeps redialing until pick up.

Demo

Deployed here for personal usage.