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
- Host: GitHub
- URL: https://github.com/tpiros/x-flickr
- Owner: tpiros
- Created: 2014-02-19T22:39:20.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-04-25T15:38:53.000Z (about 11 years ago)
- Last Synced: 2025-02-12T21:44:34.868Z (4 months ago)
- Size: 778 KB
- Stars: 3
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 executebower 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/