/tubrino

Primary LanguageJavaScript

Tuber

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)

Inspiration

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.

Current Prototype

The current prototype is hosted here: Tuber. The goal is to build this out for unique community organizations to use.

Contact

Contact jktunney5@gmail.com to become a collaborator

API

There's a Node.js API connecting Uber, Google Maps, & Twilio APIs to run the service

Front-end

Built using React & Material-UI with Alt.js for its Flux implementation

To Run

  • Clone repo
  • Install dependencies npm install
  • You must have MongoDB installed, run mongod for the database
  • Build using Gulp: gulp build then gulp dev-server
  • Visit localhost:8080