https://github.com/twooster/teamride
SBC 24-hr hackathon project
https://github.com/twooster/teamride
Last synced: about 2 months ago
JSON representation
SBC 24-hr hackathon project
- Host: GitHub
- URL: https://github.com/twooster/teamride
- Owner: twooster
- Created: 2016-07-02T10:25:18.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-07-03T12:10:40.000Z (almost 10 years ago)
- Last Synced: 2025-03-01T18:45:15.962Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 2.08 MB
- Stars: 0
- Watchers: 5
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TeamRide
An app for connecting people seeking cabs in crowded environments that
enables them to get in touch with each other and share cabs.
## User Workflow
* Open the app
* Add the destination in the **I want to go to...** field, move the pin around to set the address, and click **next**.
* Click the **Camera** button, take a selfie, and add your public name in the **I am ...** field.
* If there are users looking for riders heading in that direction, swipe left or right to join them in a chat.
* If you're the only user heading to that area, wait in the chat window for other riders to join your ride.
* In case a user decides to join your ride, you can accept or reject them.
* Upon acceptance, the user is automatically added to the group chat where you can figure out where to meet
* Once you find sufficient riders, you can figure out the taxi together
## Developer Workflow
* run `git clone https://github.com/twooster/teamride.git`
* run `cd teamride`
* run `meteor`
* The application can be seen on `localhost:3000`
## Requirements
* Meteor: `curl https://install.meteor.com/ | sh`