WWW::DuckDuckGo

Bindings to DuckDuckGo search API

NAME

WWW::DuckDuckGo - Bindings to DuckDuckGo search API

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 module of the same name, see WWW::DuckDuckGo.

AUTHOR

Alexander Kiryuhin

COPYRIGHT AND LICENSE

Copyright 2016 - 2021 Alexander Kiryuhin

Copyright 2024 Raku Community

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

WWW::DuckDuckGo v0.1.1

Bindings to DuckDuckGo search API

Authors

    License

    Artistic-2.0

    Dependencies

    URIHTTP::UserAgentJSON::Fast

    Test Dependencies

    Provides

    • WWW::DuckDuckGo
    • WWW::DuckDuckGo::Icon
    • WWW::DuckDuckGo::Link
    • WWW::DuckDuckGo::ZeroClickInfo

    Documentation

    The Camelia image is copyright 2009 by Larry Wall. "Raku" is trademark of the Yet Another Society. All rights reserved.