An app designed to map out SF buses using the Nextbus API.
- Python 2.7
- pip
- Clone the repo.
git clone https://github.com/joshporter1/nextbus-tracker.git - Enter the directory.
cd nextbus-tracker - Install necessary packages.
pip install -r requirements.txt - Run the server.
python app.py - Navigate to
localhost:5000in a modern web browser.
These are some features/functions that I would have liked to add or improve on if I had more time to polish the final product.
- Better UI for toggling routes
- Make it more mobile-friendly
- Better icons. Used circles for cleanliness, but actual bus icons would be nice (but clutters easily).