Skip to content
Snippets Groups Projects
user avatar
bird authored
add door history recording and an endpoint to expose it (only toggled on for UCC right now) also handle a lot of the /state endpoints in one reused function.
d4c8a3a0

doorsense

A project to surface the status of the UCC door via HTTP

Running

  1. Install requirements using npm install.
  2. Copy .env.example to .env and fill out required variables.
  3. Run using npm start.