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 install
npm run dev
npm run build
Lint with ESLint
npm run lint