Skip to content

brianquach/neighborhood-cafes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Neighborhood Cafes

Using Google Maps and Zomato API, Cafe Finder displays popular cafes around the Los Angeles area. Features include:

  • Google map
  • Cafe filter
  • Cafe information (cost, reviews, and address)
  • API Error handling
  • Responsive layout

Table of Contents

Installation and Run

Grab code source:

  • Clone repository: git clone https://github.com/brianquach/neighborhood-api.git or download the zip here.
  • Navigate to the directory where you cloned the repo or unzipped the file to and open folder dist.
  • Use your favorite browser to open index.html.

Developers (optional): This project was built with the aid of Bower and Gulp. To grab the required 3rd-party frameworks, follow the instructions:

  • Install Bower.
  • Navigate to project's root folder.
  • Run bower install
  • Frameworks should be under ./bower_components

To run project's build process, follow the following instructions:

  • Install Gulp.
  • Navigate to project's root folder.
  • Run npm install to let npm install required Gulp plugins.
  • Run gulp optimize.

Friendly reminder: Changes to JS and CSS or image files should be done in the src folder because that's where Gulp expects project assets to be.

Creator

Brian Quach

Copyright and License

Code copyright 2017 Brian Quach. Code released under the MIT license.

About

Get the 411 on local cafes displayed on Google maps.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published