A tool for creating Voronoi diagrams from a set of geolocated points. Designed for finding the closest photos to an arbitrary point for Travel Pics Game.
Website is hosted here
This project is by Nathan Edwards (scottytremaine on discord).
The voronoi diagram is created using the d3 library with d3-geo-voronoi.
Basis for the initial code is from this and this
npm installnpm run devnpm run buildLint with ESLint
npm run lint