Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 261 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 261 Bytes

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