Awesome
Présentations (Ruby Paris)
Meetup
Add the meetup keys in config/initializers/omniauth
Rails.application.config.middleware.use OmniAuth::Builder do
provider :meetup, ENV['MEETUP_KEY'], ENV['MEETUP_SECRET']
# provider :meetup, 'MEETUP_KEY, MEETUP_SECRET if not a env var
end
Contributing
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Added some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request