Skip to content

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