Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 340 Bytes

readme.md

File metadata and controls

17 lines (12 loc) · 340 Bytes

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