CaiqueMitsuoka / randsome_meetup

Easy way to get a random person from the attendees in meetup.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Randsome Meetup

Build Status Code Climate

Tired of being lost when someone need to make a give it away in the meetups?

tired

Your problems are over. Randome Meetup will randomise a attendee of the selected Meetup for your.

boom

To run

runforrest

Dependencies

  • You will need to have Ruby 2.3.1 installed and docker.

Go to this link and get the keys necessary to consume the OAuth api.

  1. Change the meetup-key to the one provided by meetup.com in the .env.example file.
  2. Change the secret-key to the one provided by meetup.com just like before.
  3. Rename .env.example to .env.
  4. Exec bundler install
  5. Exec bundle exec rails server.
  6. Enjoy your life.

Using Docker:

To run the application using docker, you only need to build the image

$ docker-compose build web

and then, startup the web server

$ docker-compose up web

After doing that, you can access the application in the port 3000 of your localhost

ok

About

Easy way to get a random person from the attendees in meetup.com


Languages

Language:Ruby 69.2%Language:HTML 15.2%Language:CSS 8.7%Language:JavaScript 6.9%