Skip to content

tpiros/x-flickr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Custom Polymer element for retrieving photos from flickr

Inspired by Addy Osmani's x-instagram

To see this demo in action please register for a Flickr API key. Once done, update x-flickr.html file with the right API key (line 43).

Installation

Simply execute bower install from the project folder

Usage

Add the custom <x-flickr> tag to your HTML page (along with the necessary Polymer libraries). You have access to the following options:

  • apikey: your API key can be specified as an attribute as well - e.g. <x-flickr apikey="yourkey"></x-flickr>
  • tag: tag to search for - e.g. <x-flickr tag="rome"></x-flickr>
  • amount: number of photos to be returned - e.g. <x-flickr amount=15></x-flickr>

More info

http://tamas.io/x-flickr-custom-polymer-element/

About

Custom Polymer element to retrieve photos from Flicrk

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published