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

0.0.2 • Public • Published

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

Package Sidebar

Install

npm i @alexjorgef/gatsby-source-mixcloud

Weekly Downloads

10

Version

0.0.2

License

MIT

Unpacked Size

6.1 kB

Total Files

5

Last publish

Collaborators

  • alexjorgef