music-cover

0.1.0 • Public • Published

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

Package Sidebar

Install

npm i music-cover

Weekly Downloads

1

Version

0.1.0

License

MIT

Last publish

Collaborators

  • emersion