Skip to content

MVP Web App that continuously measures background noise level. Once the peace and quiet are all gone, bell you to take action.

License

Notifications You must be signed in to change notification settings

SubZtep/baby-monitor

Repository files navigation

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.

About

MVP Web App that continuously measures background noise level. Once the peace and quiet are all gone, bell you to take action.

Topics

Resources

License

Stars

Watchers

Forks