#Malaysia Events
I thought it would be a good idea if I can discover events from Facebook groups, or Meetup. I got the idea from webuildsg.
##API endpoints
##Contributions I need help, of course. Currently it will only find events based on groups, which are defined in FacebookGroups. You can either create a new pull request, or submit an issue.
You can find the group id using lookup-id
- Clone this project and bundle install:
git clone git@github.com:alienxp03/malaysiameetups.git && cd malaysiameetups
bundle install
-
Setup environment variables. Check file
.env.example
. -
Setup database. Check file
database.yml.example
. -
Run
rake db:create && rake:db:migrate
-
Run
rails server
- Write tests
- Add more Facebook groups
- Add events manually
##License MIT (obviously)