Skip to content

Altai-man/p6-WWW-DuckDuckGo

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
t
 
 
 
 
 
 
 
 
 
 
 
 

NAME

WWW::DuckDuckGo - API bindings for DuckDuckGo search engine.

SYNOPSIS

    use WWW::DuckDuckGo;
    my $duck = WWW::DuckDuckGo.new;
    my $zeroclickinfo1 = $duck.zci('duck duck go');
    my $zeroclickinfo2 = $duck.zci('one', 'another');

DESCRIPTION

This class provides a way to get data from DuckDuckGo search service. The basic idea is to create a class instance that represents JSON answer from the server for every query.

This is a functional port of the Perl 5 module of the same name by Torsten Raudssus and Michael Smith, see WWW::DuckDuckGo, all bugs with this port must be reported here, not to the original module bugzilla.

COPYRIGHT

This library is free software; you can redistribute it and/or modify it under the terms of the Artistic License 2.0

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages