Thanks to visit codestin.com
Credit goes to github.com

Skip to content

reinzor/timeline-exporter

Repository files navigation

Timeline exporter

Chrome extension for exporting Google Maps Timeline data

Illustration

Development

npm install
npm run watch:dev  # dev is optional

Release

npm install
npm run build
npm run build-zip