Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 1.04 KB

README.md

File metadata and controls

20 lines (13 loc) · 1.04 KB

Flickr gallery demo

This repository contains the demo I've developed as a part of a mini-series (part 1 and part 2) written for SitePoint. The project shows how to use the Flickr API to develop a simple service that allows a user to enter a text and show the gallery of the photos that contain the given text within their title or description.

Flickr API key

The demo has all you need to use it but the Flickr API key. So, before you can try this project you have to request your own key and place it as the value of the variable apiKey defined in file js/flickr.js.

License

This demo is licensed under the CC BY-NC 4.0 ("Creative Commons Attribution NonCommercial 4.0").

Author

Aurelio De Rosa (Twitter: @AurelioDeRosa)