{"id":17449257,"url":"https://github.com/ahstro/spotify-cover-fetch","last_synced_at":"2025-05-07T18:46:57.541Z","repository":{"id":57367846,"uuid":"43087940","full_name":"ahstro/spotify-cover-fetch","owner":"ahstro","description":"Fetch cover art from Spotify","archived":false,"fork":false,"pushed_at":"2020-05-26T19:19:13.000Z","size":130,"stargazers_count":5,"open_issues_count":1,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-10T14:31:05.777Z","etag":null,"topics":["cover-art","spotify"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/spotify-cover-fetch","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"lgpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ahstro.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-09-24T19:21:51.000Z","updated_at":"2021-12-12T00:49:16.000Z","dependencies_parsed_at":"2022-08-23T20:10:59.106Z","dependency_job_id":null,"html_url":"https://github.com/ahstro/spotify-cover-fetch","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/ahstro%2Fspotify-cover-fetch","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ahstro%2Fspotify-cover-fetch/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ahstro%2Fspotify-cover-fetch/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ahstro%2Fspotify-cover-fetch/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ahstro","download_url":"https://codeload.github.com/ahstro/spotify-cover-fetch/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":234058928,"owners_count":18773006,"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":["cover-art","spotify"],"created_at":"2024-10-17T21:09:01.427Z","updated_at":"2025-01-15T15:09:48.553Z","avatar_url":"https://github.com/ahstro.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"## spotify-cover-fetch\nThis program fetches cover art from Spotify, because over a year ago,\nwhen I still had a local music collection, I got really bummed out about\nonly finding the cover art on there and not through various image searches.\nNow I have the skills to make this, but no need for it; maybe someone does.\n\n### Installation\n```\n# npm i -g spotify-cover-fetch\n```\n\n### Usage\nspotify-cover-fetch should work with any validish Spotify IDs, meaning\nthat it will work for anything containing something similar to\n`track:6PVfRMTytzNlq9P1BP3Jl0`. This will allow usage with all Spotify\nURLs I'm aware of - play., open. and spotify: - but I recommend the latter\nbecause it won't contain any weird characters, hopefully.\n\n#### Examples:\n\n##### Command-line:\n```\n$ spotify-cover-fetch spotify:track:6PVfRMTytzNlq9P1BP3Jl0\n```\n\n##### ...with multiple URLs:\n```\n$ spotify-cover-fetch spotify:track:6PVfRMTytzNlq9P1BP3Jl0 spotify:album:4GMgNPA4fMv3U0QQsdRLJk\n```\n\n##### As a module:\n```javascript\nvar scf = require('spotify-cover-fetch')\nscf('spotify:track:6PVfRMTytzNlq9P1BP3Jl0')\n```\n\n##### ...with multiple URLs:\n```javascript\nvar scf = require('spotify-cover-fetch')\nscf(['spotify:track:6PVfRMTytzNlq9P1BP3Jl0', 'spotify:album:4GMgNPA4fMv3U0QQsdRLJk'])\n```\n\n### License\nUses the [LGPL-3.0](LICENSE.md), a.k.a. use it, modify it, contribute back,\nkeep it open.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fahstro%2Fspotify-cover-fetch","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fahstro%2Fspotify-cover-fetch","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fahstro%2Fspotify-cover-fetch/lists"}