This is a proyecto to generate random youtube
Upload the web service connect with the youtube api in youtubeApi.php:
$Key = 'you api key youtube';
Connect the ionic project to the web service in the file src\providers\http\http.ts:
return this.http.get('https://tetrisu.000webhostapp.com/youtubeApi.php?lan='+lan+"&dur="+dur+"&cat="+cat+"&sea="+sea).map(res => res.json());
Random Youtube.apk