Skip to content

naoya/perl-Ginger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NAME
    Ginger - Handle Ginger Unofficial API

SYNOPSIS
      use Ginger;
      my $ginger = Ginger->new(
          lang    => 'US',
          version => '2.0',
          api_key => '...'
      );
      is $ginger->gingeration("this is test"), "This is a test";

DESCRIPTION
    This module provides some interfaces for handling Ginger Unofficial API.

    Original version by Yuji Shimada (also known as xaicron) -
    <http://blog.livedoor.jp/xaicron/archives/54466736.html>

    BTW, I'm not sure how to get an API key :/

AUTHOR
    Naoya Ito <i.naoya@gmail.com>

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages