Skip to content

takebayashi/p5-WWW-YahooJapan-Baseball

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NAME

WWW::YahooJapan::Baseball - Fetches Yahoo Japan's baseball stats

SYNOPSIS

use WWW::YahooJapan::Baseball;
use Data::Dumper;

my $client = WWW::YahooJapan::Baseball->new(date => '20151001', league => 'NpbPl');
for my $game ($client->games) {
  my %stats = $game->player_stats;
  print Dumper \%stats;
}

DESCRIPTION

WWW::YahooJapan::Baseball provides a way to fetch Japanese baseball stats via Yahoo Japan's baseball service.

LICENSE

Copyright (C) Shun Takebayashi.

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

AUTHOR

Shun Takebayashi shun@takebayashi.asia

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages