Awesome
#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 <a href="https://github.com/webuildsg/webuild" target="_blank">webuildsg</a>.
##API endpoints
- <a href="http://www.klmeetup.com/api/events" target="_blank">/api/events</a>
##Contributions I need help, of course. Currently it will only find events based on groups, which are defined in <a href="https://github.com/alienxp03/malaysiameetups/blob/master/app/controllers/api/facebook_groups.rb" target="_blank">FacebookGroups</a>. You can either create a new pull request, or submit an issue.
You can find the group id using <a href="https://lookup-id.com/" target="_blank">lookup-id</a>
Quick start
- 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
TODO
- Write tests
- Add more Facebook groups
- Add events manually
##License MIT (obviously)