Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/dank074/youtube-overlay

client for the javascript-plugin
https://github.com/dank074/youtube-overlay

arcturus-plugins habbo

Last synced: about 2 months ago
JSON representation

client for the javascript-plugin

Awesome Lists containing this project

README

        

# youtube-overlay

## Project setup
```
npm install
```

### Compiles and hot-reloads for development
```
npm run serve
```

### Compiles and minifies for production
```
npm run build
```

## How to run it in your client
1. Transpile the project to javascript by running `npm run build`
2. Copy the files from your `dist` folder to your webserver
3. Create a div with id=app in your client.php
4. Import the javascript and css files into your client.php
5. Call the function `window.startYTOverlay(sso?: string, wsUrl?: string)` if you want to use a WebSocket connection rather than the FlashExternalInterface for communication.

### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).