Skip to content

Neighbourhood map project for Udacity FSWD. Uses GoogleMaps API

License

Notifications You must be signed in to change notification settings

dcfwight/Neighbour_map_api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

84 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Neighbours

Neighbourhood map project for Udacity FSWD

Author - Doug Wight - [email protected]

Description

This is a website, using knockout, googlemaps API, foursquare API and javascript.

Module Build

Setup

  1. Clone / copy the code from github to your local computer
  2. You then need to build the dependent modules to allow the app to work.
  • This project uses Bower to build the front-end javascript modules required for the project.
  1. You will build these using Bower.
  • If you don't have Bower, install it using npm, or other package manager
  • To install Bower (globally) using npm, enter the following into your terminal: npm install -g bower
  1. Next, to use Bower to install the modules listed in the bower.json file, run the following code from the directory holding index.html: bower install

Launching

Once the modules have loaded, launch index.html in the browser of your choice.

Attributions

The code from Udacity lectures and example code from googlemaps have been used extensively.

Notes on API links

The main API link is with googlemaps. It uses the places library to extract information as well. The foursquare API is used, just for the restaurants. It gives an indication of how expensive the restaurant is.

About

Neighbourhood map project for Udacity FSWD. Uses GoogleMaps API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published