Short angular example that demonstrates fetching data from a public api
Create a web interface that helps you find a local restaurant based on cuisine type and location using either the Yelp API or Yahoo’s YQL API for local search. At a minimum provide the following
- Allow searching by location
- Allow selection type of food (e.g. Pizza, Italian, Tapas, etc.)
- Allow sorting by rating or distance
Format the results as a list.
This can be easily run locally even with a SimpleHTTPServer on the mac as follow.
# git clone this repo
$ cd angularDemo
$ python -m SimpleHTTPServer 8889