SubZtep / baby-monitor

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

Home Page:https://lili.digital

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

https://lili.digital

License:The Unlicense


Languages

Language:TypeScript 44.9%Language:Vue 30.6%Language:JavaScript 12.9%Language:CSS 9.2%Language:HTML 2.4%