Packages

Elixir wrapper for the Meetup.com public API.

Retired package: This library no longer conforms to the Meetup API. I am looking for a new maintainer if you'd like to take it over

Current section

Files

Jump to
meetup README.md
Raw

README.md

# 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`:
```elixir
def deps do
[
{:meetup, "~> 0.1.0"}
]
end
```