Making commutes a hair less painful each and every day you must drive.
- Registered AppId from TriMet
- GoogleMapsAPI api_key from GoogleDevelopers
- Store these keys within a file in your environment: $HOME/.API_KEYS, with expected vars:
(Use these vars with Bash syntax)
`GOOGLEMAP_API_KEY=blah`
`TRIMET_APPID=blorp`
python find_southery_buses_trimet.py [-d] [-lat] [-lon]
- -d (distance, in miles, from your location)
- -lat (degrees)
- -lon (degrees)
A suitable set of values will be selected by default
### v1.0.0 - Now using argparse