coverarturl
v1.0.6
Published
fetch a url for album cover art
Downloads
33
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!