The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

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
    -x 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 --humanize            Formats the response to make it easier to read

    -? or --help                Show this documentation

DESCRIPTION

Simple command line script for testing Net::Spotify.

SEE ALSO

Net:Spotify

https://developer.spotify.com/technologies/web-api/

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.