Skip to content

brewingcode/trip-track

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

trip-track

Periodically query the Google Directions API for certain routes, and then show the estimated duration over the past 24 hours as a list and a graph.

https://www.brewingcode.net/trip-track/

Use cron to do the "periodically" part.

# for local dev: no API fetching, but still builds .html under nodemon
npm start

# fetch from API, and build .html
npm run build

Use the example config file as a starting point.

About

Periodically query the Google Directions API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published