0.0.3 • Published 9 years ago

album-cover v0.0.3

Weekly downloads
3
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);
});

License

MIT

0.0.3

9 years ago

0.0.2

10 years ago

0.0.1

10 years ago