Skip to content

typester/cookpad-api-perl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NAME
    WebService::CookPad - Module abstract (<= 44 characters) goes here

SYNOPSIS
        use WebService::CookPad;
        
    my $api = WebService::CookPad->new(
            uuid => 'your iphone unique identifier',
            key  => 'api key',
        );
        
    # popular_keywords
        for my $keyword ($api->popular_keywords) {
            print sprintf("%d: %s\n", $keyword->rank, $keyword->name);
        }

DESCRIPTION
    Stub documentation for this module was created by ExtUtils::ModuleMaker.
    It looks like the author of the extension was negligent enough to leave
    the stub unedited.

    Blah blah blah.

AUTHOR
    Daisuke Murase <typester@cpan.org>

COPYRIGHT AND LICENSE
    Copyright (c) 2009 by Daisuke Murase

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

    The full text of the license can be found in the LICENSE file included
    with this module.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages