Tuber, 1st Place winner of the 2016 Abilities Hackathon, lets users hail an Uber ride with just a regular landline or cell phone (no smartphone app required)
Older adults and people who prefer not to use, or who can't afford smartphones, have limited access to social and health resources. Transporation is a major factor with accessing these resources.
The current prototype is hosted here: Tuber. The goal is to build this out for unique community organizations to use.
Contact jktunney5@gmail.com to become a collaborator
There's a Node.js API connecting Uber, Google Maps, & Twilio APIs to run the service
Built using React & Material-UI with Alt.js for its Flux implementation
- Clone repo
- Install dependencies
npm install
- You must have MongoDB installed, run
mongod
for the database - Build using Gulp:
gulp build
thengulp dev-server
- Visit localhost:8080