The project displays videos that were posted on certain location. It includes one main module which further uses 3 modules viz .
- Google Maps Geocoding WS: input: location (street address); output: longitude, latitude
- YouTube WS: input: keyword, longitude, latitude, radius; output: title, video id, longitude, latitude
- Google Maps JavaScript WS: input: title, video id, longitude, latitude; output: a map with video markers.
Finally, we display the video snapshots present on the location. Also, the You Tube API has certain configurable parameters like no. of videos, diameter of locationand so on.
What you need:
- Apache Server or XAMPP/WAMP
- Javascript compatible browser
And you are good to go...
Just clone the repo to your development envionment and get going.
Happy Scripting !!