https://github.com/posixpascal/shakehands
🖖A website which detects hand movement and increases the volume of youtube videos
https://github.com/posixpascal/shakehands
Last synced: 3 months ago
JSON representation
🖖A website which detects hand movement and increases the volume of youtube videos
- Host: GitHub
- URL: https://github.com/posixpascal/shakehands
- Owner: posixpascal
- Created: 2019-04-06T09:57:43.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-04-06T10:37:31.000Z (about 6 years ago)
- Last Synced: 2025-03-09T00:39:52.285Z (4 months ago)
- Language: JavaScript
- Homepage: https://pascalraszyk.de/shakehands/#aHR0cHM6Ly93d3cueW91dHViZS5jb20vd2F0Y2g/dj1MSmpzbTZDVnNHOA==
- Size: 9.77 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🤘 WIP: shakehands
A website which uses your webcam to detect movement and if it detects enough movement it'll increase the volume of a youtube video.
## Build
I'm using parcel to build this site into a small static website.
You need to install parcel first and then run:```bash
parcel build src/index.html --public-url="/"
```Or for development mode, you can enable watch mode:
```bash
parcel src/index.html
```The server will listen on `localhost:1234`.
TODO: Enhance readme.