View Uber H3 cells on a map
You can preview it at: https://clupasq.github.io/h3-viewer/
The page supports url parameters to specify the initial position on the map, in two ways:
The link https://wolf-h3-viewer.glitch.me/?lat=59.4&lng=24.7&zoom=10 will show the map centered around Tallinn, Estonia.
The link https://wolf-h3-viewer.glitch.me/?h3=8a589c98475ffff will highlight an H3 cell of resolution 10 somewhere in Lagos, Nigeria.
Clicking on an H3 cell will copy its ID to the clipboard. The desired format (string or integer) can be selected in the top-right corner or using the URL parameter like https://clupasq.github.io/h3-viewer/?useIntegerFormat=1