NAME

WWW::TheEchoNest::Artist - Wrapper for The Echo Nest API of music intelligence

VERSION

version 0.1

DESCRIPTION

The Echo Nest artist related calls are provided by this module

NAME

WWW::TheEchoNest::Artist

REQUIRES

Data::Dumper

Moose

METHODS

biographies

biographies();

blogs

blogs();

consolidate

consolidate();

extract

extract();

familiarity

familiarity();

hotttnesss

hotttnesss();

images

images();

list_genres

$artist->list_genres();

special case method that allows you to ask for it in array context it will
return an array of available genres.

my @genres = $artist->list_genres();

list_terms

list_terms();

news

news();

profile

profile();

reviews

reviews();
search();

similar

similar();

songs

songs();

suggest

suggest();

terms

terms();

top_hottt

top_hottt();

top_terms

top_terms();

twitter

twitter();

urls

urls();

video

video();

AUTHOR

Aaron Johnson <aaronjjohnson@gmail.com>

COPYRIGHT AND LICENSE

This software is copyright (c) 2013 by Aaron Johnson.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.