Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Commute Calculator

Simple Flask app that calculates commute times to a destination using the Google Maps Distance Matrix API.

Setup

  1. Create a virtual environment and install dependencies:

    • python -m venv .venv
    • source .venv/bin/activate
    • pip install -r requirements.txt
  2. Put your Google Maps API key in the environment:

    • export GOOGLE_MAPS_API_KEY=your-key

Run

  • python app.py

Then open http://localhost:5000.

About

Flask app that calculates commute times to a destination using the Google Maps Distance Matrix API 🟢 (Live)

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages