Skip to content

Skyway Bridge Status is a web application that helps Tampa Bay commuters plan for unexpected closures of the Sunshine Skyway Bridge.

License

Notifications You must be signed in to change notification settings

iannerney/skywaybridgestatus

Repository files navigation

Skyway Bridge Status

Summary

This project is aimed at helping Tampa Bay commuters plan for unexpected closures of the Sunshine Skyway Bridge. This web application collects real-time weather and traffic data from reputable sources, and displays that data on a front-facing website (SkywayBridgeStatus.com).

The eventual goal of this project is to create a closure prediction model that is available to the public.

Project Roadmap

  1. Data collection and compiling – ACTIVE, ONGOING SINCE JUNE 2017
  2. Near real-time reporting on front facing website (SkywayBridgeStatus.com) – ACTIVE, ONGOING SINCE JUNE 2017
  3. Automated status updates to commuters via various channels (email, text, social, etc.) – IN DEVELOPMENT
  4. Closure prediction forecasting and reporting – QUEUED

Tech Stack

This project uses the following technologies:

Contributers

I welcome other contributers to this project! If you'd like to discuss contributing please email me at [email protected], create a issue ticket, or submit a pull request for any documented issue.

Getting Started

First, you must configure your environment variables. Please send a request to [email protected] to coordinate on any changes.

Then, run the development server:

npm run dev

Open http://localhost:3000 with your browser to see the result.