Skip to content

yayomanosalva/neighborhood-map-knockoutJs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nanodegree-neighborhood-map

====================================

Neighborhood Map Project

About the app

You can download the project in this repositpry (https://github.com/yayomanosalva/neighborhood-map-knockoutJs/tree/dev).

  1. Download this app
  2. open the console and move to folder
  3. In the console, choice the version of node to use and write
  nvm use 5
  npm install
  npm install gulp
  1. Install gulp dependencies
    npm install --save-dev gulp-browserSync
    npm install --save-dev gulp-uglify
    npm install --save-dev gulp-concat
    npm install --save-dev gulp-minify-css
    npm install --save-dev gulp-html-replace
    npm install --save-dev gulp-sourcemaps
    npm install --save-dev gulp-modernizr
  1. Run the server
    gulp serve

you see these

List view item selected and highlighted. Associated map marker bounced and info window opened.

  1. import libreries
<script src="scripts/jquery-2.2.2.min.js"></script>
<script src="scripts/knockout-3.4.0.js"></script>
<script src="scripts/app.js"></script>
<script src="scripts/modernizr-custom.js"></script>
<script async defer src="https://maps.googleapis.com/maps/api/js?key="></script>
  1. author
  name: Jair Manosalva
  email: yayomanosalva@gmail.com

About

JavaScript Design Patterns. in google map marker with knockout js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors