Skip to content

Web app that uses motion detection to take a snapshot when something moves, then uploads the image to Twitter.

Notifications You must be signed in to change notification settings

greenido/diff-cam-feed

 
 

Repository files navigation

A motion detection Web App

🐒 A Web app that uses motion detection to take a snapshot when something moves, then send the images to your telegram bot.

Notes

  • you can read more about a similar project I did with Raspberry Pi

  • To run: npm install, then gulp (or gulp watch), then npm start. Everything is built to /dist. If you're in dev, hit http://localhost:3000 to run the web app.

  • In dev, you'll want to create a .env file in the root with the following contents (edit as appropriate):

process.env.ENVIRONMENT = "dev";
process.env.PORT = 8080;
process.env.SESSION_SECRET = "your secret string";

⚽️ This web app does require https to run in production. It will run fine under http on localhost, though.

About

Web app that uses motion detection to take a snapshot when something moves, then uploads the image to Twitter.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 70.8%
  • CSS 17.7%
  • HTML 11.5%