Skip to content

iilliio/gorodeer

 
 

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

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 78.0%
  • HTML 16.9%
  • CSS 5.1%