The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

 GitHub Jobs API - interface to GitHub Jobs API!

 =head1 VERSION

  Version 0.01

  =head1 SYNOPSIS

   Google::Shopping - The GitHub Jobs API allows you to search, view, and create jobs with JSON over HTTP.

   use strict;
use warnings;
use Data::Dumper;
use JSON::XS;

my $q ='perl'; my $str = Github::Jobs::Api->new(description=>$q); my $get_v = $str->search();

#print Dumper($get_v); my $decoded = JSON::XS::decode_json($get_v); foreach my $items(@ {$decoded}) { print $items-> {title} . "----"; print $items-> {company} . "\n"; }

AUTHOR

 Ovidiu Nita Tatar, C<< <ovn.tatar at gmail.com> >>

 =head1 BUGS

  Please report any bugs or feature requests to: https://github.com/ovntatar/GoogleShopping/issues

SUPPORT

 You can find documentation for this module with the perldoc command.

 perldoc Google::Shopping


 You can also look for information at: https://github.com/ovntatar/GoogleShopping

 or on the Google official api documnetation site: https://developers.google.com/shopping-search/v1/getting_started#filters


     =head1 ACKNOWLEDGEMENTS


      =head1 LICENSE AND COPYRIGHT

       Copyright 2013 Ovidiu Nita Tatar.

       This program is free software; you can redistribute it and/or modify it
under the terms of either: the GNU General Public License as published
by the Free Software Foundation; or the Artistic License.

See http://dev.perl.org/licenses/ for more information.