JigarM / TitaniumYoutubePlayer

Play youtube directly in your app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

####Titanium

Readme

####Node.js

get_clip accepts an object of options as in the example. If os is anything but android is defaulted to iOs.

get_clip({
		videoId:'8CX82uT7A9Y', 
		os:'android'
	}, function(err,res) {
	console.log(arguments);
});

About

Play youtube directly in your app