Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/reinzor/timeline-exporter

Google maps timeline exporter Chrome extension
https://github.com/reinzor/timeline-exporter

chrome chrome-extension download export exporter extension google maps mileage report timeline timeline-exporter timesheet

Last synced: 3 months ago
JSON representation

Google maps timeline exporter Chrome extension

Awesome Lists containing this project

README

        

# Timeline exporter

> Chrome extension for exporting Google Maps Timeline data

![Illustration](./doc/illustration.png)

## Development

```
npm install
npm run watch:dev # dev is optional
```

## Release

```
npm install
npm run build
npm run build-zip
```