An open API service indexing awesome lists of open source software.

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

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.