{"id":13632400,"url":"https://github.com/adamgrieger/spotify-web-api-ts","last_synced_at":"2025-04-18T02:32:54.616Z","repository":{"id":40293123,"uuid":"189803860","full_name":"adamgrieger/spotify-web-api-ts","owner":"adamgrieger","description":"An isomorphic TypeScript wrapper for Spotify's Web API","archived":false,"fork":false,"pushed_at":"2023-12-11T06:40:06.000Z","size":1587,"stargazers_count":37,"open_issues_count":18,"forks_count":10,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-09-17T03:16:55.468Z","etag":null,"topics":["api","isomorphic","spotify","typescript","web","wrapper"],"latest_commit_sha":null,"homepage":"https://adamgrieger.github.io/spotify-web-api-ts/","language":"TypeScript","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/adamgrieger.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,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2019-06-02T04:19:01.000Z","updated_at":"2024-05-03T19:20:31.000Z","dependencies_parsed_at":"2023-12-11T08:15:07.902Z","dependency_job_id":null,"html_url":"https://github.com/adamgrieger/spotify-web-api-ts","commit_stats":{"total_commits":137,"total_committers":4,"mean_commits":34.25,"dds":"0.17518248175182483","last_synced_commit":"d7e290e2e8c57a4c6e8b637d6c79d468992c46af"},"previous_names":[],"tags_count":11,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adamgrieger%2Fspotify-web-api-ts","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adamgrieger%2Fspotify-web-api-ts/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adamgrieger%2Fspotify-web-api-ts/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adamgrieger%2Fspotify-web-api-ts/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/adamgrieger","download_url":"https://codeload.github.com/adamgrieger/spotify-web-api-ts/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223764647,"owners_count":17198623,"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":["api","isomorphic","spotify","typescript","web","wrapper"],"created_at":"2024-08-01T22:03:02.328Z","updated_at":"2024-11-09T00:31:13.267Z","avatar_url":"https://github.com/adamgrieger.png","language":"TypeScript","funding_links":[],"categories":["TypeScript"],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://github.com/inferrinizzard/spotify-web-api\"\u003e\n    \u003cimg src=\"assets/logo.svg\" height=\"100\"\u003e\n  \u003c/a\u003e\n\n  \u003ch3 align=\"center\"\u003espotify-web-api\u003c/h3\u003e\n\n  \u003cp align=\"center\"\u003e\n    An isomorphic TypeScript wrapper for Spotify's Web API\n    \u003cbr /\u003e\n    \u003ca href=\"https://inferrinizzard.github.io/spotify-web-api/\"\u003e\u003cstrong\u003eView the docs »\u003c/strong\u003e\u003c/a\u003e\n    \u003cbr /\u003e\n    \u003cp align=\"center\"\u003e\n      \u003cimg alt=\"npm\" src=\"https://badgen.net/npm/v/spotify-web-api\"/\u003e\n      \u003cimg alt=\"minzipped size\" src=\"https://badgen.net/bundlephobia/minzip/spotify-web-api\"\u003e\n      \u003cimg alt=\"license\" src=\"https://badgen.net/github/license/inferrinizzard/spotify-web-api\"\u003e\n    \u003c/p\u003e\n    \u003cp align=\"center\"\u003e\n      \u003cimg alt=\"Master Workflow\" src=\"https://github.com/inferrinizzard/spotify-web-api/workflows/Master%20Workflow/badge.svg\"/\u003e\n      \u003cimg alt=\"codecov\" src=\"https://codecov.io/gh/inferrinizzard/spotify-web-api/branch/master/graph/badge.svg\"/\u003e\n      \u003cimg alt=\"semantic-release\" src=\"https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg\"\u003e\n    \u003c/p\u003e\n  \u003c/p\u003e\n\u003c/p\u003e\n\n## Installation\n\n### yarn\n\n```sh\nyarn add spotify-web-api\n```\n\n### npm\n\n```sh\nnpm install spotify-web-api\n```\n\n## Basic Example\n\n```typescript\nimport { SpotifyWebApi } from \"spotify-web-api\";\n\nconst spotify = new SpotifyWebApi({ accessToken: \"\u003cYOUR_ACCESS_TOKEN_HERE\u003e\" });\n\nconst { artists } = await spotify.albums.getAlbum(\"1uzfGk9vxMXfaZ2avqwxod\");\n\nconsole.log(artists.map((artist) =\u003e artist.name));\n// Array [ \"Against All Logic\" ]\n```\n\n### Contributors\n\n- @inferrinizzard\n- @adamgrieger\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadamgrieger%2Fspotify-web-api-ts","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fadamgrieger%2Fspotify-web-api-ts","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadamgrieger%2Fspotify-web-api-ts/lists"}