This project is written in Javascript and HTML and uses 3rd party APIs such as Google maps and Foursquare to list the names of caltrain stations between San Francisco and San Jose and get the nearest ice cream parlours for each place on selection. The index.html file when run in browser displays the list of caltrain stations on the left with their respective maps on the right.
The input text box can be used to search for and filter locations within the list.
Finally, on click of the location from the list, the ice cream centers are displayed. As of now, only names are displayed. Addresses and image may be added in future.
knockout.js version3.4.2
HTML 5
Javascript version 1.7
Bootstrap version 3.3.7
jQuery version 3.2.1
Google Maps
Foursquare
Run the index.html file to view the project. Click on marker displayed to change color, make it jump and display the location name. Type something into the Search text box to filter location list based on search. Click on a location from list below to fetch all ice cream centers within 2km radius. Click on ice cream icon on map to view address.
Tested in Chrome version 57.0.2987.133
First checkin done on June 17, 2017
ishanibhattacharjee@gmail.com
https://stackoverflow.com
http://opensoul.org/2011/06/23/live-search-with-knockoutjs/