{"id":14965680,"url":"https://github.com/alexjorgef/gatsby-source-discogs","last_synced_at":"2026-02-28T00:49:43.283Z","repository":{"id":245706509,"uuid":"819012705","full_name":"alexjorgef/gatsby-source-discogs","owner":"alexjorgef","description":"Source playlists from Discogs into Gatsby","archived":false,"fork":false,"pushed_at":"2024-06-24T19:45:13.000Z","size":1571,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-16T01:03:27.898Z","etag":null,"topics":["discogs","discogs-api","gatsby","gatsby-plugin","gatsby-plugins","gatsbyjs"],"latest_commit_sha":null,"homepage":"https://gatsby-source-discogs-demo.netlify.app","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/alexjorgef.png","metadata":{"files":{"readme":".github/README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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,"publiccode":null,"codemeta":null},"funding":{"github":["alexjorgef"],"patreon":"alexontech","open_collective":"alexjorgef","ko_fi":"alexjorgef","tidelift":null,"custom":null}},"created_at":"2024-06-23T14:25:48.000Z","updated_at":"2024-06-24T19:50:13.000Z","dependencies_parsed_at":"2024-06-23T15:50:51.229Z","dependency_job_id":"8037ddd3-9629-4798-b871-a5d1f09cd3dd","html_url":"https://github.com/alexjorgef/gatsby-source-discogs","commit_stats":{"total_commits":10,"total_committers":2,"mean_commits":5.0,"dds":0.09999999999999998,"last_synced_commit":"c2610b53d7f9e9035c7a6b526f31780686d3a4be"},"previous_names":["alexjorgef/gatsby-source-discogs"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexjorgef%2Fgatsby-source-discogs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexjorgef%2Fgatsby-source-discogs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexjorgef%2Fgatsby-source-discogs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexjorgef%2Fgatsby-source-discogs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/alexjorgef","download_url":"https://codeload.github.com/alexjorgef/gatsby-source-discogs/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240236361,"owners_count":19769580,"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":["discogs","discogs-api","gatsby","gatsby-plugin","gatsby-plugins","gatsbyjs"],"created_at":"2024-09-24T13:35:05.088Z","updated_at":"2026-02-28T00:49:38.257Z","avatar_url":"https://github.com/alexjorgef.png","language":"TypeScript","funding_links":["https://github.com/sponsors/alexjorgef","https://patreon.com/alexontech","https://opencollective.com/alexjorgef","https://ko-fi.com/alexjorgef"],"categories":[],"sub_categories":[],"readme":"# @alexjorgef/gatsby-source-discogs\n\nSource playlists from [Discogs](https://www.discogs.com/) into [Gatsby](https://www.gatsbyjs.com/).\n\n## Install\n\n```shell\nnpm install @alexjorgef/gatsby-source-discogs\n```\n\n## How to use\n\nAdd the plugin to your `gatsby-config` file:\n\n```js:title=gatsby-config.js\nmodule.exports = {\n  plugins: [\n    {\n      resolve: `@alexjorgef/gatsby-source-discogs`,\n      options: {}\n    }\n  ]\n}\n```\n\n## Plugin Options\n\n- [@alexjorgef/gatsby-source-discogs](#alexjorgefgatsby-source-discogs)\n  - [Install](#install)\n  - [How to use](#how-to-use)\n  - [Plugin Options](#plugin-options)\n    - [api_token (**required**)](#api_token-required)\n    - [username (**required**)](#username-required)\n\n### api_token (**required**)\n\nYour Discogs API token. Create an account on Discogs, go to [Settings \u003e Developers](https://www.discogs.com/settings/developers) to register an app and copy the API token.\n\n**Field type**: `String`\n\n```js\n{\n  resolve: `@alexjorgef/gatsby-source-discogs`,\n  options: {\n    api_token: `YOUR_API_TOKEN`,\n  },\n}\n```\n\n### username (**required**)\n\nYour Discogs username.\n\n**Field type**: `String`\n\n```js\n{\n  resolve: `@alexjorgef/gatsby-source-discogs`,\n  options: {\n    username: `alexjorgef`,\n  },\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falexjorgef%2Fgatsby-source-discogs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falexjorgef%2Fgatsby-source-discogs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falexjorgef%2Fgatsby-source-discogs/lists"}