meetup

Elixir wrapper for the Meetup.com public API.


License
GPL-3.0

Documentation

Meetup

Elixir wrapper for the Meetup.com public API.

Installation

The package can be installed by adding meetup to your list of dependencies in mix.exs:

def deps do
  [
    {:meetup, "~> 0.1.0"}
  ]
end