Journey Sorter API
This project contains an internal API for sorting a stack of jumbled boarding cards for various modes of transportation, giving the user a sorted list of instructions on how to complete their journey from start to finish.
Technologies Used
Python
Google Colab
Google Sheets
Features
Uses Google Colab for cloud-based Python code execution.
Retrieves unsorted boarding card data from a Google Sheet.
Sorts the journey and presents it in a human-readable format.
How It Works
The Python code runs in a Google Colab notebook, making it accessible and easy to share.
Google Sheets is used as a data source for the boarding cards. The Colab notebook fetches this data via Google Sheets API.
The algorithm sorts the boarding cards in a way that constructs a coherent journey from start to finish.
By linking Google Colab with Google Sheets, this project streamlines the process of fetching, sorting, and presenting boarding card data. It's an example of how cloud-based technologies can work in concert to solve a specific problem.