Practical - Flickr API
- Flickr API
- Your page has an entry field in which you can type a search term.
- When you click a submit-like button,
the Javascript on
your page searches the image stream of the
National Library of Ireland
on Flickr
for images matching that term.
- You do this using the Flickr API with a
JSONP call.
- This returns as JSON, which your page parses in order to display a nice embed of the images.
Be creative.
- To see the structure of the JSON returned:
- Read the Flickr docs
- See how to output complex objects to console.