1.0.7 • Published 3 days ago

album-image v1.0.7

Weekly downloads
-
License
MIT
Repository
github
Last release
3 days ago

album-image

Look up images from the Musicbrainz/Cover Art Archive via CLI.

Requirements

  • Node 18+ (uses native fetch)

Usage

CLI

By album name alone

npx album-image drukqs

By artist and album name

npx album-image Prodigy "the fat of the land" 

API

npm install album-image

By album name alone

import { getAlbumImage } from 'album-image'
const url = await getAlbumImage({ album: 'drukqs' })

By artist and album name

import { getAlbumImage } from 'album-image'
const url = await getAlbumImage({ artist: 'Prodigy', album: 'the fat of the land' })

License

MIT

1.0.7

3 days ago

1.0.6

5 months ago

1.0.5

6 months ago

1.0.4

10 months ago

1.0.3

10 months ago

1.0.2

10 months ago

1.0.1

10 months ago

1.0.0

10 months ago