Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 900 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 900 Bytes

Node.js Google Maps Example

(with the help of the Express, Path, and Jade modules)

This is a simple Node.js app that uses the Google Maps API to create 2 map views, each centered over Philadelphia, PA. The points on the map are created by parsing JSON documents.

screenshot1

##Instructions for running the app

  1. Clone this repository.
  2. Open the terminal and change directory to the Git repo root.
  3. Run the following command to install the project dependencies: $ npm install
  4. Start the node app with the following command: $ node index.js
  5. Open a browser and visit the following url: http://localhost:3000