f3nry / uber-transit

For those who don't want to use Uber.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OVERVIEW

Didn't want to use Uber? Fine. Here you go.

Architecture

This app ingests the 511.org real-time departure API and provides information about departures at the nearest transit stops.

The app is backed by Postgres with the following schema:

agencies:

  • id: integer
  • name: string
  • has_direction: boolean
  • mode: string

routes:

  • id: integer
  • agency_id: integer
  • name: string
  • code: integer

stops:

  • route_id: integer
  • name: string
  • stop_code: integer

About

For those who don't want to use Uber.


Languages

Language:Python 99.4%Language:JavaScript 0.2%Language:CSS 0.2%Language:C 0.1%Language:Shell 0.1%