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
- Host: GitHub
- URL: https://github.com/alienxp03/klmeetups
- Owner: alienxp03
- Created: 2016-02-20T15:01:27.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2018-10-01T12:07:22.000Z (about 6 years ago)
- Last Synced: 2024-05-28T13:27:25.199Z (7 months ago)
- Language: Ruby
- Homepage: http://malaysia.herokuapp.com
- Size: 734 KB
- Stars: 9
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- Open-Source-Ruby-and-Rails-Apps - klmeetups - Find tech events in Malaysia 🔥 (Happy Exploring 🤘)
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
##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)