NAME

net-spotify-tester.pl - A simple tool for testing Net::Spotify

SYNOPSIS

./net-spotify-tester.pl [options]

Options:

  -l or --lookup              For lookup requests
  -u or --uri=<uri>           Spotify URI to lookup
  -e or --extras=<extras>     Comma separated list of words for defining the detail level in the response

  -s or --search=<method>     For search requests, the value defines the type of search (artist, album, track)
  -q or --query=<query>       Search string
  -p or --page=<page>         Page of the result set to show

  -h or --help                Show this documentation

DESCRIPTION

Simple command line script for testing Net::Spotify.

SEE ALSO

Net:Spotify

http://developer.spotify.com/en/metadata-api/overview/

AUTHOR

Edoardo Sabadelli, <edoardo at cpan.org>

ACKNOWLEDGEMENTS

This product uses a SPOTIFY API but is not endorsed, certified or otherwise approved in any way by Spotify. Spotify is the registered trade mark of the Spotify Group.

COPYRIGHT & LICENSE

Copyright 2009 Edoardo Sabadelli, all rights reserved.

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