Berlin's public water pumps on a voronoi map
Install the dependencies with yarn or npm by running
yarn install
npx parcel watch main.js
and then start a local server (e.g. python3 -m http.server
)
Create a build with
npx parcel build main.js
Very much inspired by Chris Zetter's tutorial and Mike Bostock's example