NAME

WWW::Coderwall - Simple Perl interface to the coderwall API

VERSION

version 0.001

SYNOPSIS

use WWW::Coderwall;

$cw = WWW::Coderwall->new;

$user = $cw->get_user($username);

print $user->location;

METHODS

get_user

Returns a WWW::Coderwall::User object given a username.

AUTHOR

Robert Picard <mail@robert.io>

COPYRIGHT AND LICENSE

This software is copyright (c) 2012 by Robert Picard.

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