https://github.com/alexandervanrenen/gtrafmon
Scrape travel time from google maps.
https://github.com/alexandervanrenen/gtrafmon
Last synced: 2 months ago
JSON representation
Scrape travel time from google maps.
- Host: GitHub
- URL: https://github.com/alexandervanrenen/gtrafmon
- Owner: alexandervanrenen
- Created: 2018-10-26T14:28:07.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-10-26T14:39:21.000Z (over 6 years ago)
- Last Synced: 2025-02-05T17:55:30.350Z (4 months ago)
- Language: JavaScript
- Size: 1000 Bytes
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# gtrafmon
Google TRAFic MONitor.
It retrievs the current travel time between two locations into a file.
Install:
``
npm install fs puppeteer
``Run:
``
node main.js
``In combination with cron jobs it can create a handy chart for the day:
```
Time of day | Travel time
11:00 11
11:05 12
11:10 12
11:15 13
11:20 15
11:45 12
11:50 12
11:55 12
```