Fun single page web app created to find places to grab lunch nearby. Uses the FourSquare API and HTML5 geolocation to display interesting nearby restaurants to explore.
Main Page showing restaurants nearby
- AngularJS 1.4.9 - https://angularjs.org/
- Angular JS-Toaster - https://github.com/jirikavi/AngularJS-Toaster
- angular-loading-bar - https://github.com/chieffancypants/angular-loading-bar
The purpose of this app was to solve a long-standing debate at my workplace about where our team should go for lunch everyday. Due to the difference in opinions, we utilized this app to quickly search for interesting and overlooked restaurants in different areas that we could explore. The decision was often swayed by checking out some of the FourSquare user-uploaded photos that are accessed by clicking on a restaurant's name:
User photos of a restaurantThe inspiration for using Angular JS and the FourSquare API together comes from Taiseer Joudeh who had a tutorial for building Single Page Apps using AngularJS at https://github.com/tjoudeh/FoursquareAngularJS
- Fork it (https://github.com/yourname/yourproject/fork)
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request