Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/pvlbzn/heatmap

Google maps API + flask
https://github.com/pvlbzn/heatmap

flask google-maps-api infographics

Last synced: 3 months ago
JSON representation

Google maps API + flask

Awesome Lists containing this project

README

        

# Heatmap

## Usage

Dependencies: `flask`, `geopy`

Installation: `pip3 install flask geopy`

Run server:

```
python3 server.py
```

Open the browser at address http://127.0.0.1:5000/

## UI

_Markers_, triggered by _Fetch Markers_ button

![markers](https://github.com/pvlbzn/heatmap/raw/master/ui/markers.png)

_Heatmap_, triggered by _Fetch Heatmap_ button

![heatmap](https://github.com/pvlbzn/heatmap/raw/master/ui/heatmap.png)

_Labels_
![both](https://github.com/pvlbzn/heatmap/raw/master/ui/labels.png)