thelevicole / youtube-to-html5-server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

YouTube to HTML5 server

Basic usage

Once cloned this repo simply run the below command to start the local server.

HOST=localhost PORT=8000 node index.js

Now set the global YouTubeToHtml5() javascript endpoint by placing the below above any library initiations.

YouTubeToHtml5.defaultOptions.endpoint = 'http://localhost:8000/?id=';

About


Languages

Language:JavaScript 100.0%