Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mheiber/driving_time
Figure out the best time to commute by recording the travel time (driving) as it changes throughout the day.
https://github.com/mheiber/driving_time
Last synced: about 1 month ago
JSON representation
Figure out the best time to commute by recording the travel time (driving) as it changes throughout the day.
- Host: GitHub
- URL: https://github.com/mheiber/driving_time
- Owner: mheiber
- Created: 2015-08-06T02:17:05.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-08-06T16:56:44.000Z (over 9 years ago)
- Last Synced: 2024-10-16T01:44:14.961Z (3 months ago)
- Language: Python
- Size: 109 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Drive Time #
Records driving travel time between two points every five minutes.
I plan to use this to time my commute so I miss the worst traffic.## Instructions ##
1. Get a Bing Directions API key
2. Edit `config.json` to include:
- Your API key
- Origin
- Destination
3. Run like this: `python3 main.py`> This requires Python 3
4. View output in `records.csv` (created automatically)
> The format of `records.csv` is | seconds since 1970 | Travel duration in seconds |