Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/12beesinatrenchcoat/simulvid
playing videos simultaneously-ish. made for a hackathon.
https://github.com/12beesinatrenchcoat/simulvid
hack110 vercel youtube
Last synced: 7 days 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 (12 months ago)
- Default Branch: main
- Last Pushed: 2024-01-21T05:50:12.000Z (10 months ago)
- Last Synced: 2024-01-21T06:30:17.329Z (10 months ago)
- Topics: hack110, vercel, youtube
- Language: Svelte
- Homepage: https://simulvid.vercel.app
- Size: 91.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).