Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thelevicole/youtube-to-html5-server
https://github.com/thelevicole/youtube-to-html5-server
Last synced: 9 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/thelevicole/youtube-to-html5-server
- Owner: thelevicole
- Created: 2022-07-21T16:15:44.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-07-21T16:23:27.000Z (over 2 years ago)
- Last Synced: 2023-03-06T23:56:21.222Z (almost 2 years ago)
- Language: JavaScript
- Size: 3.91 KB
- Stars: 7
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# YouTube to HTML5 server
**Basic usage**Once cloned this repo simply run the below command to start the local server.
```bash
HOST=localhost PORT=8000 node index.js
```Now set the global `YouTubeToHtml5()` javascript endpoint by placing the below above any library initiations.
```js
YouTubeToHtml5.defaultOptions.endpoint = 'http://localhost:8000/?id=';
```