Skip to content

michaelck/nodejs-googlemaps-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A simple example of a Node.js/Google Maps API project

Resources

Stars

Watchers

Forks

Packages

No packages published