Skip to content

A single-page web application built using the Knockout framework, that displays a Google Map of an area and various points of interest. Users can search all included landmarks and, when selected, additional information about a landmark is presented from the FourSquare APIs.

Notifications You must be signed in to change notification settings

kamireddym28/Neighborhood-Maps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Neighborhood Maps Project -- FSDN Project5

This project is intended to develope a single page web application featuring a map of my favorite places.

About

Neighborhood Maps application is implemented using Google Maps API along side Foursquare API to retrive the data about locations of our choice. Application is built such that it loads the information asynchronously and it uses Knockout JS frame work which follows MVVM paradigm.

Frameworks and APIs

  • Google Maps API
  • Foursquare API
  • jQuery
  • Bootstrap
  • Knockout JS

Usage

  • Download or clone the repo.
  • Click here for the live version.

Description of files

  • index.html -- Basic structuring of web page. Implemented using bootstrap and jQuery. Map is initialized using Google Maps API by plugging in personal API key.
  • css/styles.css -- Contains the styling that makes app appear aesthetically and to ensure cross-device usability.
  • js/main.js -- All the functionality needed to mark the locations of choice and usage of foursquare API to retrive the data related to these locations can be found here
  • js/lib/bootstrap.min & js/lib/knockout.min -- CDNs which can be found online.

Reference Material

Note:

About

A single-page web application built using the Knockout framework, that displays a Google Map of an area and various points of interest. Users can search all included landmarks and, when selected, additional information about a landmark is presented from the FourSquare APIs.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published