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

https://github.com/radzionc/voronoi-on-map

Voronoi Diagram + Google Places
https://github.com/radzionc/voronoi-on-map

google-places-api mapbox-gl-js react voronoi-diagram

Last synced: over 1 year ago
JSON representation

Voronoi Diagram + Google Places

Awesome Lists containing this project

README

          

# Voronoi on Map
Building a React app with Voronoi diagram of places in a city
>

## [Demo](https://rodionchachura.github.io/voronoi-on-map/)

![alt text](https://cdn-images-1.medium.com/max/1250/1*bxVmRu4FQKS84JOIGUgyxA.png)

## Run locally

```bash
git clone https://github.com/RodionChachura/voronoi-on-map.git
cd voronoi-on-map
npm install
echo 'REACT_APP_MAPBOX_TOKEN=' >> .env
npm run
```

## [Blog Post](https://geekrodion.com/blog/voronoi-on-map)

## Technologies
* React
* MapboxGL
* Google Places API

## License

MIT © [RodionChachura](https://geekrodion.com)