rborn / TitaniumYoutubePlayer

Play youtube directly in your app
42 stars 16 forks source link

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);
});