Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/dank074/youtube-overlay
- Owner: dank074
- Created: 2020-01-15T04:22:53.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-10-29T01:11:11.000Z (about 1 year ago)
- Last Synced: 2023-10-29T02:22:23.522Z (about 1 year ago)
- Topics: arcturus-plugins, habbo
- Language: Vue
- Homepage:
- Size: 2.33 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/).