https://github.com/12beesinatrenchcoat/simulvid
playing videos simultaneously-ish. made for a hackathon.
https://github.com/12beesinatrenchcoat/simulvid
hack110 vercel youtube
Last synced: 2 months ago
JSON representation
playing videos simultaneously-ish. made for a hackathon.
- Host: GitHub
- URL: https://github.com/12beesinatrenchcoat/simulvid
- Owner: 12beesinatrenchcoat
- License: unlicense
- Created: 2023-12-02T14:16:25.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-21T05:50:12.000Z (over 2 years ago)
- Last Synced: 2025-02-24T09:48:40.516Z (over 1 year ago)
- Topics: hack110, vercel, youtube
- Language: Svelte
- Homepage: https://simulvid.vercel.app
- Size: 90.8 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# simulvid
Play videos at the same(-ish) time on multiple devices! (Inaccurate by a few hundred milliseconds)
Uses Svelte + TypeScript, runs on Vercel.
>[!WARNING]
> This was built during a hackathon. The code is *messy*. There is little to no documentation of anything. I've thrown this here more for archival purposes (and maybe someone will get something out of this).
## working on the thing
```sh
# install dependencies
pnpm install
# dev environment
vercel dev
```
# license
[Unlicense](/LICENSE.txt) (Public Domain).