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