@alexjorgef/gatsby-source-discogs
TypeScript icon, indicating that this package has built-in type declarations

0.0.1 • Public • Published

@alexjorgef/gatsby-source-discogs

Source playlists from Discogs into Gatsby.

Install

npm install @alexjorgef/gatsby-source-discogs

How to use

Add the plugin to your gatsby-config file:

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

Plugin Options

api_token (required)

Your Discogs API token. Create an account on Discogs, go to Settings > Developers to register an app and copy the API token.

Field type: String

{
  resolve: `@alexjorgef/gatsby-source-discogs`,
  options: {
    api_token: `YOUR_API_TOKEN`,
  },
}

username (required)

Your Discogs username.

Field type: String

{
  resolve: `@alexjorgef/gatsby-source-discogs`,
  options: {
    username: `alexjorgef`,
  },
}

Package Sidebar

Install

npm i @alexjorgef/gatsby-source-discogs

Weekly Downloads

12

Version

0.0.1

License

MIT

Unpacked Size

7.12 kB

Total Files

5

Last publish

Collaborators

  • alexjorgef