micheledallatorre / mws-restaurant-stage-1

Starter Code for the Udacity's "Mobile Web Specialist Restaurant Reviews App: Stage 1" Project
0 stars 0 forks source link

Use fetch request to populate restaurants #10

Closed micheledallatorre closed 6 years ago

micheledallatorre commented 6 years ago

Get data from localhost http://localhost:1337/restaurants rather than from local json file.

Change the data source for your restaurant requests to pull JSON from the server, parse the response and use the response to generate the site UI.