Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 776 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 776 Bytes

graphMyCommute


oops

How-To

  1. Clone this repo. git clone https://github.com/markhalonen/graphMyCommute
  2. Hardest step. Get a google maps api key so you can request the travel time. Follow the steps in their repo
  3. Make a file key.txt a level up from the cloned repo and store your api key there.
  4. Similarly, make homeAddress.txt and workAddress.txt in the parent directory.
  5. Run main.py. This gets the data and stores it into a pickle file
  6. Run graphCommuteTime.py. This loads the data and graphs it with the matplotlib library.
  7. Make new charts and send me a pull request!