Home

Awesome

bandcamp-mini-embed Build status

A music player embed for Bandcamp albums

Does this count as a microfrontend?

Three music players sit side by side - each player shows an album cover, details about the current song, music controls, and a list of tracks

Bandcamp logo is property of Bandcamp. Icons belong to Feather.

Usage

To set up your own deployment, clone this repository and deploy your own copy of the worker.

nvm use
npm ci
npm run deploy

A preview embed, alongside a code block containing this embed's code

Development

To get started, clone this project and install dependencies. After that you can run the local development server.

nvm use
npm ci
npm run dev

Changes you make to the embed and the worker itself will trigger a rebuild of the worker, but you'll need to reload the page to access them.