This project is intended as a simple way to find and visualize geohash bounds in a latitude,longitude context.
The application is available on geohash.jorren.nl for you to try out!
Using the power of webpack we can develop the application with live reloads. Using the following command starts a server on your machine which listens for changes made in the sourcecode.
$ pnpm devThe application is hosted on firebase, using their CLI it is quite simple to deploy our SPA to the firebase cloud.
First we build the solid application such that all required sources are in /public.
$ pnpm buildThen we deploy the application to firebase
$ firebase deployAnd now we're done, enjoy.