Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/alienxp03/klmeetups

Find tech events in Malaysia
https://github.com/alienxp03/klmeetups

Last synced: about 1 month ago
JSON representation

Find tech events in Malaysia

Lists

README

        

[ ![Codeship Status for alienxp03/malaysiameetups](https://codeship.com/projects/eebb8860-bbc4-0133-8370-72d8958adba6/status?branch=master)](https://codeship.com/projects/135999)

#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

- /api/events

##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

## Quick start

1. Clone this project and bundle install:

```sh
git clone [email protected]:alienxp03/malaysiameetups.git && cd malaysiameetups
bundle install
```

2. Setup environment variables. Check file `.env.example`.

3. Setup database. Check file `database.yml.example`.

4. Run `rake db:create && rake:db:migrate`

5. Run `rails server`

## TODO
- Write tests
- Add more Facebook groups
- Add events manually

##License
MIT (obviously)