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

https://github.com/vydia/discord-bot

YouTube watch party app. Sync video playback across any number of viewers devices simply by sharing a watch party link. (discord-bot was the original hackathon idea and we pivoted so now the name makes no sense)
https://github.com/vydia/discord-bot

Last synced: about 1 year ago
JSON representation

YouTube watch party app. Sync video playback across any number of viewers devices simply by sharing a watch party link. (discord-bot was the original hackathon idea and we pivoted so now the name makes no sense)

Awesome Lists containing this project

README

          

# Discord Bot

## Getting Started

Copy the example env file and add your settings:

```
cp .env.local.example .env.local
```

To use production settings in your local env you can find them in Vydia 1Password Vault titled `discord-bot watch-party .env.local PRODUCTION`

Start

```
nvm install
yarn
yarn dev
```

Visit http://localhost:3000 in your browser.

## TODO:

During an active Party:
- Allow replace the video in the current Party to a new video at any time.
- As a host I want to be able to see how many people are in my party.

After party has expired after some amount of time:
- Allow another party to reuse the same party 4-character id code again