coopy / door-alert

Get notified when a door opens or closes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Door Alert

Get a text message notification when a door opens.

Setup

Add a .secrets.json file with the following properties to the project root:

{
  "twilio": {
    "id": "your twilio SID",
    "secret": "your twilio secret key",
    "phone_number": "your twilio phone number"
  },
  "alert_targets": {
    "phone_number": "the phone number that will receive text alerts"
  }
}

Run the service

npm install
npm start

About

Get notified when a door opens or closes


Languages

Language:JavaScript 72.5%Language:C++ 15.9%Language:HTML 11.6%