Simple album art grabbing library
Feel free to send PR and contribute
- Apple iTunes Store search API under the hood
- Multiple artwork sizes
- Simple to use
- Can be used as a CLI app too
npm install itunes-albumart
albumArt(artist, album)
- function
artist
- String : The artist namealbum
- String : The album name
$ npm install itunes-albumart -g
$ itunes-albumart --help
Usage:
$ itunes-albumart artist album writepath
Example
$ itunes-albumart 'MK' '17' artwork.jpg
const albumArt = require('itunes-albumart')
albumArt('MK', '17').then(console.log)
This library uses Apple's search API. You should read Apple's legal terms for more.
MIT © 2018 - 2020 Akash Rajendra