Skip to content

edmore/jflickery

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 

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

No packages published