{"id":24499700,"url":"https://github.com/codewithkyle/batch-image-downloader","last_synced_at":"2025-04-14T05:33:26.626Z","repository":{"id":48106137,"uuid":"317878261","full_name":"codewithkyle/batch-image-downloader","owner":"codewithkyle","description":"Batch download images from JSON files using NodeJS.","archived":false,"fork":false,"pushed_at":"2021-08-06T10:42:00.000Z","size":6,"stargazers_count":4,"open_issues_count":0,"forks_count":4,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-07T01:39:30.688Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/codewithkyle.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":"2020-12-02T13:55:41.000Z","updated_at":"2024-10-06T14:39:23.000Z","dependencies_parsed_at":"2022-08-12T18:40:54.201Z","dependency_job_id":null,"html_url":"https://github.com/codewithkyle/batch-image-downloader","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/codewithkyle%2Fbatch-image-downloader","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codewithkyle%2Fbatch-image-downloader/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codewithkyle%2Fbatch-image-downloader/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codewithkyle%2Fbatch-image-downloader/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/codewithkyle","download_url":"https://codeload.github.com/codewithkyle/batch-image-downloader/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248827437,"owners_count":21167882,"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":"2025-01-21T22:15:18.864Z","updated_at":"2025-04-14T05:33:26.606Z","avatar_url":"https://github.com/codewithkyle.png","language":"JavaScript","readme":"# Batch Image Downloader\n\nBatch download images from JSON files using NodeJS.\n\n## Usage\n\n1. Get started by cloning or downloading this repository.\n1. Create a `data.json` file within the projects root directory.\n1. Open the `index.js` file\n1. Modify the variables within the `//Editable Content` comments\n1. Run the download command `npm run download`\n\n## Demo of data.json\n```json\n{\n  \"${your-picture-name}\": \"${your-picture-link}\",\n}\n```\n\n## Demo of editable code\n```javascript\nconst getDownloadItem = (key) =\u003e {\n    return {\n        productImage: data[key],\n        productId: key\n    }\n}\nconst downloadArray = Object.keys(data).map(getDownloadItem);\nconst totalDownloads = downloadArray.length;\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodewithkyle%2Fbatch-image-downloader","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodewithkyle%2Fbatch-image-downloader","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodewithkyle%2Fbatch-image-downloader/lists"}