/google-location-heatmap

A web app that provides an easy way to visualize your Google location data

Primary LanguageVue

Google Location Heatmap

Google Location Heatmap provides an easy way to visualize your Google location data. It requires only enabling Google location, and no additional app needs to be installed. It is open source and guaranteed not to store any data from the user.

image

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Type-Check, Compile and Minify for Production

npm run build

Lint with ESLint

npm run lint