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
- Host: GitHub
- URL: https://github.com/radzionc/voronoi-on-map
- Owner: radzionc
- Created: 2018-07-19T18:18:12.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2021-04-03T03:12:08.000Z (over 5 years ago)
- Last Synced: 2025-03-23T00:23:47.490Z (over 1 year ago)
- Topics: google-places-api, mapbox-gl-js, react, voronoi-diagram
- Language: JavaScript
- Homepage: https://rodionchachura.github.io/voronoi-on-map
- Size: 401 KB
- Stars: 7
- Watchers: 4
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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/)

## 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)