September 2015
Beginner
110 pages
2h 6m
English
| 49 | Flickr Photo Search |
Some services provide search features and give you a lot of control over the results you get back. All you have to do is construct the right kind of request.
Create a program with a graphical interface that takes in a search string and displays photographs that match that search string. Use Flickr’s public photo feed at https://www.flickr.com/services/feeds/docs/photos_public/ as your service.
Your program should display the photographs like this:

Because this is a graphical program, you’ll need to display the pictures from the API. If you’re using JavaScript, do this with HTML and the DOM. Don’t use ...
Read now
Unlock full access