This demo app helps you find local restaurants. It uses your browser GeoLocation to find your location and serve you a restaurant list. The default search query is pizza and if GeoLocation is disabled, it will use the zip code 95014 as the default.
You can search cuisine and sort the restaurant list results by distance and ratings ( default sort order ). This app uses the Yahoo YQL API for restaurant data and Google Maps API to find your zip code according to Lat and Long obtained from Geo Location.
npm install
heroku local web
npm run start
Then point browser to : http://localhost:8080/
npm run build
npm test
This app currently uses the following:
- React for the UI
- whatwg-fetch for API requests.
- Twitter bootstrap for a little bit of CSS styling.