0.1.0 • Published 11 years ago
music-cover v0.1.0
album-cover 
Fetch album covers from last.fm
$ npm install album-covervar covers = require('album-cover')('api key from last.fm');
covers.search({
artist: 'Pendulum',
album: 'Watercolour',
size: 'mega'
}, function(err, res) {
console.log(res);
});If you want to get all available sizes, set size to all. If you want an artist picture instead of an album cover, do not specify artist.
License
MIT
0.1.0
11 years ago