train-stream

Multimodal transit guide for Connecticut. This web application takes as input a start address and end address, and gives a cost and time based comparison various multi-modal transit options. The two options currently implemented are:

  • Direct uber from start to end addresses
  • Uber from start address to nearest train station, followed by train ride to station closest to destination and finally an uber trip to the destination from that station.

Products

Language

APIs

Dependencies

Running the app

A Makefile is provided to deploy and run the e2e test on Google App Engine

To run:

 export GAE_PROJECT=your-project-id
 make

To manually run, install the requirements

pip install -r e2e/requirements-dev.txt

To run locally, using Google App Engine dev_appserver.py ./ And then open http://localhost:8080/uber_login

To run on Google cloud, use the Makefile (not fully tested yet)

Share this project:

Updates