0.0.1 • Published 1 year ago

@alexjorgef/gatsby-source-bandcamp v0.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

@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:

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`,
  },
}