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
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.
Brian Quach
Code copyright 2017 Brian Quach. Code released under the MIT license.