{"id":19311111,"url":"https://github.com/boxuk/jsflicks","last_synced_at":"2026-06-22T01:31:35.333Z","repository":{"id":138957854,"uuid":"11786687","full_name":"boxuk/jsflicks","owner":"boxuk","description":null,"archived":false,"fork":false,"pushed_at":"2014-03-13T12:20:40.000Z","size":132,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":12,"default_branch":"master","last_synced_at":"2025-02-24T03:43:21.658Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/boxuk.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-07-31T08:48:17.000Z","updated_at":"2014-03-13T12:20:40.000Z","dependencies_parsed_at":"2023-03-13T10:52:26.852Z","dependency_job_id":null,"html_url":"https://github.com/boxuk/jsflicks","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/boxuk/jsflicks","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boxuk%2Fjsflicks","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boxuk%2Fjsflicks/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boxuk%2Fjsflicks/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boxuk%2Fjsflicks/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/boxuk","download_url":"https://codeload.github.com/boxuk/jsflicks/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boxuk%2Fjsflicks/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34630770,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-21T02:00:05.568Z","response_time":54,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-10T00:27:49.324Z","updated_at":"2026-06-22T01:31:35.318Z","avatar_url":"https://github.com/boxuk.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"JsFlicks\n========\n\nAn easy to use JavaScript function to search the Flickr API.\n\n## Usage\n\n```javascript\n// Assign your API Key\nvar apiKey = 'my-secret-flickr-apikey';\n\n// Assign a license code (see http://www.flickr.com/services/api/flickr.photos.licenses.getInfo.html)\nvar licenseCode = '7';\n\n// Create the object\nvar flickr = new JsFlicks(apiKey);\n\n// Set an element to listen to for clicks to get a next page\nflickr.nextPageListener($('#getmore'));\n\n// Callback in case of error\nflickr.onError(function(){\n    alert('There was a problem retrieving the photos.');\n});\n\n// Callback for success retrieval.\nflickr.onSuccess(function(photos){\n    for(var i=0;i\u003cphotos.length;i++) {\n        var photo = photos[i];\n        $('.my-element').append(\n            '\u003ca href=\"' + photo.image_regular + '\" target=\"_blank\"\u003e\u003cimg src=\"' + photo.image_thumb + '\" /\u003e\u003c/a\u003e'\n        );\n    }\n});\nflickr.search(\"cat\", licenseCode);\n```\n\n## License\n\n```text\nThe MIT License (MIT)\n \nCopyright (c) 2013-2014 Box UK\n \nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n \nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n \nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\nTHE SOFTWARE.\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fboxuk%2Fjsflicks","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fboxuk%2Fjsflicks","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fboxuk%2Fjsflicks/lists"}