An open API service indexing awesome lists of open source software.

https://github.com/tpiros/x-flickr

Custom Polymer element to retrieve photos from Flicrk
https://github.com/tpiros/x-flickr

Last synced: about 2 months ago
JSON representation

Custom Polymer element to retrieve photos from Flicrk

Awesome Lists containing this project

README

        

# 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/