A node app built in a hurry to serve as a makeshift home security camera
- The app takes photos on an interval, saves locally, then pushes to an AWS S3 bucket
- A lightweight web app serves up the latest image in the bucket
For the web app, only the photo retrieval function is provided.
AWS_ACCESS_KEY_ID=
AWS_SECRET_ACCESSKEY=
S3_BUCKET_REGION=
S3_BUCKET_NAME=
Node-webcam has different dependencies depending on the operating system. See documentation