This repository holds the code for Air Express, a solution designed to optimize the travel experience from home to the airport. It streamlines the process of planning departure times by providing real-time information on vehicle congestion, security checkpoint wait times, and flight schedules.
- Real-Time Traffic Analysis: Integrates with live traffic data (Inrix API) to analyze current road conditions.
- Dynamic Airport Security Predictions: Utilizes SFO Airport flight data
- Personalized Departure Time Recommendations: Considers individual flight details and preferences to generate tailored departure recommendations.
- If you wish to see our Demo - goto: [Demo Videp] (https://youtu.be/M4mPFAJq6wc)
- If you wish to see our presentation - goto: [Presentation)
- Node.js
- Express.js
- React.js
- APIs
In the future, we aim to:
- Include gate-to-gate timings
- Provide checkpoint data based on specific flights
- Allow users to choose transportation methods to the airport
- Improve the aesthetics of the website
- Shreya Pandey
- Aiden Hong
- Isayiah Lim
- Avni Rao
- Rachel Hines
##Acknowledgements
- [SFO Airport Checkpoints Wait API] (https://developers.flysfo.com/my-apps)
- [Inrix Routing API] (https://docs.inrix.com/traffic/general_info/)
- [GitHub Repo - Inrix Proxy API starter code] (https://github.com/INRIX-Aashay-Motiwala/INRIX_Hack_Client_Server_ExpressJS_Demo.git)