Migrate to Netlify Today

Netlify announces the next evolution of Gatsby Cloud. Learn more

ContactSign Up
Community Plugin
View plugin on GitHub

@alexjorgef/gatsby-source-bandcamp

Source playlists from Bandcamp into Gatsby.

Install

npm install @alexjorgef/gatsby-source-bandcamp

How to use

Add the plugin to your gatsby-config file:

gatsby-config.js
module.exports = {
  plugins: [
    {
      resolve: `@alexjorgef/gatsby-source-bandcamp`,
      options: {}
    }
  ]
}

Plugin Options

username (required)

The Bandcamp username to fetch.

Field type: String

{
  resolve: `@alexjorgef/gatsby-source-bandcamp`,
  options: {
    username: `alexjorgef`,
  },
}
© 2025 Gatsby, Inc.