Skip to content

A python script that graphs data from the google maps api

Notifications You must be signed in to change notification settings

markhalonen/graphMyCommute

Repository files navigation

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!

About

A python script that graphs data from the google maps api

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published