jinnks / Dictionary-Cambridge

Perl API for cambridge dictionaries
0 stars 0 forks source link

SYNOPSIS

use Dictionary::Cambridge

  my $dictionary = Dictionary::Cambridge->new(
   access_key => $ENV{ACCESS_KEY},
   dictionary => 'british',
   format     => 'xml'

);

my $meaning = $dictionary->get_entry("test");

DESCRIPTION

A simple module to interact with Cambridge Dictionary API, this module will only be able to get the meaning of the words
and their relevant examples if they exist. Also this is my first release so please be patient on mistake and errors.

METHODS

get\_entry
params: word to get the meaning of

=head1 SEE ALSO

http://dictionary-api.cambridge.org/api/resources