https://github.com/quead/angular-youtube-server
This is the server for https://github.com/quead/angular-youtube-player implemented with socket.io
https://github.com/quead/angular-youtube-server
angular palyer server youtube
Last synced: 5 months ago
JSON representation
This is the server for https://github.com/quead/angular-youtube-player implemented with socket.io
- Host: GitHub
- URL: https://github.com/quead/angular-youtube-server
- Owner: quead
- License: mit
- Created: 2019-03-24T17:46:21.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2024-06-19T16:35:24.000Z (over 1 year ago)
- Last Synced: 2025-05-16T12:14:39.950Z (9 months ago)
- Topics: angular, palyer, server, youtube
- Language: JavaScript
- Homepage:
- Size: 27.3 KB
- Stars: 3
- Watchers: 0
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Angular YouTube server
## How to use
1. install packages
`npm install` in root folder
2. Start the server by
`npm run start` in root folder
3. Change YOUR_HOST const inside server.js with your host to allow requests from the client.
3. Connect your app to the server
Change */src/environments/environment.ts* from [Angular YouTube Player](https://github.com/quead/angular-youtube-player "Angular YouTube Player")