Our meetup app. Powered by @cordova, special thanks to @thinkmill.
Grab a release: https://github.com/hshackers/app/releases
Platform-specific Dependencies: XCode, Android SDK, Firefox Developer Edition, Windows Phone SDK
- Install Cordova and Grunt.
sudo npm install -g cordova grunt-cli
- Clone this repo.
git clone https://github.com/hshackers/app.git
cd app
- Install Grunt modules.
cd source/grunt
npm install
- Run Grunt. This will compile the code and generate a www/ folder.
grunt all
To run Grunt in development mode (watching for file changes) run this instead:
grunt watch
- Add your platforms.
Currently supported: iOS, Android, FirefoxOS
Untested: WindowsPhone
cordova platform add ios android
- Build your app. This will generate your binaries and projects.
cordova build
- Run your app and follow the terminal prompt.
cordova run ios
cordova run android
cordova run firefoxos
- Meetup notifications
- Launch
- Mentor directory
- Chipotle and food settings
- Geofenced notifications
- Support for multiple cities
- Attendee list
- Checkin tools