itunes-albumart
v1.0.0
Published
Grab album artwork from iTunes Store
Downloads
19
Maintainers
Readme
itunes-albumart
Simple album art grabbing library
Feel free to send PR and contribute
Features
- Apple iTunes Store search API under the hood
- Multiple artwork sizes
- Simple to use
- Can be used as a CLI app too
Install
npm install itunes-albumart
API
albumArt(artist, album)
- function
artist
- String : The artist namealbum
- 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