Skip to content

TriMet and GoogleMaps APIs conspire to improve my commute

Notifications You must be signed in to change notification settings

shandozer/TriMet_tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

TriMet Tracker

Making commutes a hair less painful each and every day you must drive.


Requirements

  1. Registered AppId from TriMet
  2. GoogleMapsAPI api_key from GoogleDevelopers
  3. 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`

Launch

python find_southery_buses_trimet.py [-d] [-lat] [-lon]

Options:

  • -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

About

TriMet and GoogleMaps APIs conspire to improve my commute

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages