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

https://github.com/explosion-scratch/ytogether2


https://github.com/explosion-scratch/ytogether2

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

          

# YTogether

YTogether is Tailwind + Vue app that allows users to watch YouTube videos together in real-time.

## Features

- **Synchronized Video Playback**: Watch YouTube videos in sync with friends.
- **Chat**: Real-time chat with Markdown support.
- **Light/Dark Theme Toggle**: Switch between light and dark themes.
- **GitHub Link**: Direct link to the GitHub repository.
- **Auto-Focus Input**: Input field automatically focuses on page load for quick video entry.

## Installation

1. Clone the repository:
```bash
git clone https://github.com/explosion-scratch/ytogether2.git
```
2. Install dependencies:
```bash
cd ytogether2
npm install
```
3. Run the development server:
```bash
npm run dev
```

## Usage

1. Open the app in your browser.
2. Create a new room or join an existing one.
3. Paste a YouTube video URL or ID to start watching together.
4. Use the chat to communicate with others in the room.

## Contributing

Contributions are welcome! Please fork the repository and submit a pull request.