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.
- Data collection and compiling – ACTIVE, ONGOING SINCE JUNE 2017
- Near real-time reporting on front facing website (SkywayBridgeStatus.com) – ACTIVE, ONGOING SINCE JUNE 2017
- Automated status updates to commuters via various channels (email, text, social, etc.) – IN DEVELOPMENT
- Closure prediction forecasting and reporting – QUEUED
This project uses the following technologies:
- Next.js - React framework
- Ant Design - React UI library
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.
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.