https://github.com/s074/youtube-overlay
client for the javascript-plugin
https://github.com/s074/youtube-overlay
arcturus-plugins habbo
Last synced: 5 months ago
JSON representation
client for the javascript-plugin
- Host: GitHub
- URL: https://github.com/s074/youtube-overlay
- Owner: dank074
- Created: 2020-01-15T04:22:53.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-01-10T10:18:46.000Z (over 2 years ago)
- Last Synced: 2024-12-27T02:45:27.451Z (over 1 year ago)
- Topics: arcturus-plugins, habbo
- Language: Vue
- Homepage:
- Size: 2.73 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 4
-
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/).