-
Notifications
You must be signed in to change notification settings - Fork 0
edmore/jflickery
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
jFlickery is a pure JS Flickr API wrapper. --------------------------------------------------------- Currently covers PhotoSets - getList - getPhotos Usage : Edit the "jFlickeryConfig.js" file to include your Flickr API key and User ID. //To get the list of PhotoSets jFlickery.getJSONP("photosets.getList"); //To get the photos in a particular PhotoSet jFlickery.getJSONP("photosets.getPhotos", "<photoset id>"); ---------------------------------------------------------- The sample file shows how easily you can use jFlickery with jQuery. Download the latest version of JQuery and edit the file accordingly or if you prefer download the one specified in the sample.
About
Pure JavaScript Flickr API wrapper
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published