0.1.0 • Published 9 years ago

music-cover v0.1.0

Weekly downloads
1
License
MIT
Repository
-
Last release
9 years ago

album-cover Build Status

Fetch album covers from last.fm

$ npm install album-cover
var 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

9 years ago