https://github.com/shreyansh26/heat-map-generator
Make HeatMaps with JavaScript and Your Google Location History
https://github.com/shreyansh26/heat-map-generator
google-maps-api heat-map
Last synced: 7 months ago
JSON representation
Make HeatMaps with JavaScript and Your Google Location History
- Host: GitHub
- URL: https://github.com/shreyansh26/heat-map-generator
- Owner: shreyansh26
- Created: 2018-04-10T06:00:23.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-04-29T12:59:20.000Z (over 7 years ago)
- Last Synced: 2025-01-14T02:14:21.999Z (9 months ago)
- Topics: google-maps-api, heat-map
- Language: HTML
- Homepage:
- Size: 3.91 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# HeatMap Generator
Create HeatMaps with JavaScript and Your Google Location History.
Made with Google Maps API.
## To run
1. Generate a Google Maps API key from [here](https://developers.google.com/maps/documentation/javascript/get-api-key).
2. Enter it in the file **index.html** at he required location.
3. Run `npm install` to install the required modules.
4. Run `node app.js` to start the app.
5. Head to `localhost:3000`