Sometimes it is hard to come up with things to do especially when you are trying to find something that will please a group of people. Gep.io is designed to generate points of interest based on your preferences and create a social platform from which you and your group can vote on and discuss options for your event.
See a live version of the app here.
- Login with Foursquare, Facebook or Google.
- Set your user preferences in your profile.
- Create an itinerary.
- Follow through with your plan!
-
Clone the repository
git clone https://github.com/etorkos/gepio.git
-
Install dependencies
npm install # installs node packages bower install # installs bower dependencies gulp build # puts things together and sets up your public directory
-
Modify /browser/socket/client_side_socket.js Make sure socket connection to localhost is commented in and the connection to gepio.herokuapp.com is commented out
Note: If you encounter errors in the installation process for npm, it is recommended that you try running the install command with sudo
- Votes may not update as desired on client pages.
- bug with full functionality on gep.io, gepio.herokuapp.com is stable
