Travis Build Status AppVeyor Build Status

NAME

Meetup::API - interface to the Meetup API

SYNOPSIS

use Meetup::API;
my $meetup = Meetup::API->new();
my $events = $meetup->group_events($groupname)->get;

METHODS

Meetup::API->new %options

SETUP

SEE ALSO

Meetup::API::v3

REPOSITORY

The public repository of this module is https://github.com/Corion/Meetup-API.

SUPPORT

The public support forum of this module is https://perlmonks.org/.

AUTHOR

Max Maischein corion@cpan.org

COPYRIGHT (c)

Copyright 2016-2018 by Max Maischein corion@cpan.org.

LICENSE

This module is released under the same terms as Perl itself.