-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
API research. #6
Comments
Yelp API does not support CORS (Cross-Origin Resource Sharing) so we are unable to access the API directly without using a backend technology Elaina found the Google Places API which is also unsupported for CORS but at least has a JS library we can hit |
After research we will use the following Google JavaScript libraries: Google Places: Restaurants in the area based on user location and selected radius. Hannah said this can satisfy our API requirements for project. If we can add a couple of Ajax calls that would be great. Possibility to get restaurant information: Yelp API getting around CORS issue with cors-anywhere. Use this for restaurant modal information or at least picture of restaurant. |
Research Yelp and Leaflet APIs to prepare for coding.
The text was updated successfully, but these errors were encountered: