Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 709 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 709 Bytes

Flickr API test

Instructions below

Connect to the public Flickr API

https://api.flickr.com/services/feeds/photos_public.gne

Documentation fo the API https://www.flickr.com/services/feeds/docs/photos_public/

Todo

The user can Search for images by enterings tags in the search field

Step 1

  • Get the images tagged with the tag you entered
  • List the images from the response on your page inside the image-list container
  • Show the title of your current API response, it will contain the tags you searched for

Step 2

  • When you click on an image do a new search based on the tags that the currently clicked image has
  • empty the list and populate the list with the new images.