Gallery with flickr API

Has anyone created a gallery/slideshow using images in flickr? I am rebuilding an HTML site that uses galleria with the flickr plugin. Thinking of applying the lightbox or fancybox gallery with bootstrap. But instead of having the images stored on the host, I would preffer Flickr ar a source.

Any tips, ideas, example code or advise? Thanks...

It seems to me that it is doable.

You should be able to use Ajax to query the flickr api for your feed. Get back a JSON response that you then loop through, stuff into an Array, then join that array and then append it to the gallery or lightbox.

Here is a potential option that I found https://www.viget.com/articles/pulling-your-flickr-feed-with-jquery/#

Saj