Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 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 6 years ago)
- Default Branch: master
- Last Pushed: 2022-11-22T16:32:13.000Z (about 2 years ago)
- Last Synced: 2024-04-13T03:23:54.214Z (9 months ago)
- Topics: angular, palyer, server, youtube
- Language: JavaScript
- Homepage:
- Size: 22.5 KB
- Stars: 3
- Watchers: 0
- Forks: 0
- Open Issues: 6
-
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")