{"id":17668646,"url":"https://github.com/evanshortiss/flickr-urls","last_synced_at":"2025-03-30T13:23:24.434Z","repository":{"id":29965453,"uuid":"33512308","full_name":"evanshortiss/flickr-urls","owner":"evanshortiss","description":"Constructs valid flickr photo CDN URLs.","archived":false,"fork":false,"pushed_at":"2015-04-07T00:04:27.000Z","size":100,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-05T15:13:57.700Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/evanshortiss.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-04-07T00:03:42.000Z","updated_at":"2018-03-25T08:51:30.000Z","dependencies_parsed_at":"2022-09-07T12:21:12.284Z","dependency_job_id":null,"html_url":"https://github.com/evanshortiss/flickr-urls","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/evanshortiss%2Fflickr-urls","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/evanshortiss%2Fflickr-urls/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/evanshortiss%2Fflickr-urls/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/evanshortiss%2Fflickr-urls/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/evanshortiss","download_url":"https://codeload.github.com/evanshortiss/flickr-urls/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246321489,"owners_count":20758644,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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-10-23T23:23:19.641Z","updated_at":"2025-03-30T13:23:24.414Z","avatar_url":"https://github.com/evanshortiss.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"flickr-url\n==========\n\nConstruct flickr CDN URLs for images from API responses. \n\n## API\n\n#### getFarmUrl(params)\nGet the farm url for an image e.g: *https://farm3.staticflickr.com/2843/72157639326167284_5789bed1bd_z.jpg*\n\n\n#### IMG_SIZES\nContains proprties to easily specify image sizes listed as listed \n[here](https://www.flickr.com/services/api/misc.urls.html).\n\n* SMALL_SQAURE\n* LARGE_SQAURE\n* THUMB\n* SMALL_240\n* SMALL_320\n* MEDIUM_500\n* MEDIUM_640\n* MEDIUM_800\n* LARGE_1024\n* LARGE_1600\n* LARGE_2048\n* ORIGINAL\n\n## Example Usage:\n\n```javascript\nvar fUrl = require('flickr-url');\n\nvar params = {\n\tserver: '2843',\n\tsecret: '5789bed1bd',\n\tid: '72157639326167284',\n\tfarm: '3',\n\tsize: fUrl.IMG_SIZES.LARGE_1024\n};\n\nvar url = fUrl.getFarmUrl(params);\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fevanshortiss%2Fflickr-urls","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fevanshortiss%2Fflickr-urls","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fevanshortiss%2Fflickr-urls/lists"}