coverarturl

fetch a url for album cover art

Usage no npm install needed!

<script type="module">
  import coverarturl from 'https://cdn.skypack.dev/coverarturl';
</script>

README

coverArtUrl

fetch a url for album cover art

How to use

import coverArtUrl from 'coverArtUrl'

const url = await coverArtUrl({ artist: 'Talk Talk', release: 'Spirit of Eden' })

CLI

Also this can be used from the command line.

$ npm i -g coverarturl

$ coverarturl "artist name" "album name"

Thanks to musicbrainz and coverartarchive.org!