itunes-albumart
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

itunes-albumart

npm version Donatecoins Tests

Simple album art grabbing library

Feel free to send PR and contribute

Features

  1. Apple iTunes Store search API under the hood
  2. Multiple artwork sizes
  3. Simple to use
  4. Can be used as a CLI app too

Install

npm install itunes-albumart

API

albumArt(artist, album) - function

  • artist - String : The artist name
  • album - String : The album name

CLI Usage

$ npm install itunes-albumart -g

$ itunes-albumart --help

Usage:
  $ itunes-albumart artist album writepath

Example
  $ itunes-albumart 'MK' '17' artwork.jpg

Programmatic Usage

const albumArt = require('itunes-albumart')
albumArt('MK', '17').then(console.log)

License

This library uses Apple's search API. You should read Apple's legal terms for more.

MIT © 2018 - 2020 Akash Rajendra

Package Sidebar

Install

npm i itunes-albumart

Weekly Downloads

5

Version

1.0.0

License

MIT

Unpacked Size

7.82 kB

Total Files

12

Last publish

Collaborators

  • akashrajendra