Skip to content

MazinZ/google_places_api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

google_places_api

A simple AngularJS app that utilizes the Google Places API.

alt text alt text

Setting up the project

You'll need npm, bower, and gulp.

From the google_places_api directory:

$ npm install -g gulp
$ npm install
$ bower install
$ gulp
$ open index.html

If you'd like to avoid being asked for your location each time you visit the page, you can set up a simple HTTP server by running

python -m SimpleHTTPServer

in the google_places_api directory and visiting localhost:8000/index.html.

About

A simple AngularJS app that utilizes the Google Places API.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published