Compare the efficiency of riding BART versus driving a car.
- Run a local server using python:
python3 -m http.server
- Configure environment:
- Can create
.env
file or export env vars BART_API_KEY
from BART APIGRAPH_HOPPER_API_KEY
from Graph Hopper
- Can create
- Create virtual env:
python -m venv venv
- Activate virtual env:
source venv/bin/activate
( on linux ) - Install packages:
pip install -r requirements.txt
- Run fetch, and wait:
python fetch.py