0.0.2 • Published 1 year ago

@alexjorgef/gatsby-source-mixcloud v0.0.2

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

@alexjorgef/gatsby-source-mixcloud

Source playlists from Mixcloud into Gatsby.

Install

npm install @alexjorgef/gatsby-source-mixcloud

How to use

Add the plugin to your gatsby-config file:

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

Plugin Options

username (required)

The Mixcloud username to fetch.

Field type: String

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