Skip to content

robinsmidsrod/WWW-LastFM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NAME

WWW::LastFM - Object-oriented interface to the Last.FM API version 2.0

VERSION

version 0.0.2

SYNOPSIS

say join("\n",
    map { $_->name_and_country }
    WWW::LastFM->new->geo->get_metros()->metros->locations
);

DESCRIPTION

A partial client implementation of the Last.FM API. Currently only the geo.getMetros and geo.getEvents are implemented.

UPDATE: Unfortunately both geo.getMetros and geo.getEvents have been removed from the public LastFM API, making this module more or less useless until more API methods are implemented.

METHODS

get($url)

A utility method for making requests, returns raw XML or throws exception if no content was generated

SEMANTIC VERSIONING

This module uses semantic versioning concepts from http://semver.org/.

SEE ALSO

SUPPORT

Perldoc

You can find documentation for this module with the perldoc command.

perldoc WWW::LastFM

Websites

The following websites have more information about this module, and may be of help to you. As always, in addition to those websites please use your favorite search engine to discover more resources.

Bugs / Feature Requests

Please report any bugs or feature requests by email to bug-www-lastfm at rt.cpan.org, or through the web interface at https://rt.cpan.org/Public/Bug/Report.html?Queue=WWW-LastFM. You will be automatically notified of any progress on the request by the system.

Source Code

The code is open to the world, and available for you to hack on. Please feel free to browse it and play with it, or whatever. If you want to contribute patches, please send me a diff or prod me to pull from your repository :)

http://github.com/robinsmidsrod/WWW-LastFM

git clone git://github.com/robinsmidsrod/WWW-LastFM.git

AUTHOR

Robin Smidsrød robin@smidsrod.no

COPYRIGHT AND LICENSE

This software is copyright (c) 2017 by Robin Smidsrød.

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

About

Object-oriented interface to the Last.FM API version 2.0

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages