Skip to content

Tool for resolving and visualizing geohashes

Notifications You must be signed in to change notification settings

JorrenH/geohash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Geohash Converter

This project is intended as a simple way to find and visualize geohash bounds in a latitude,longitude context.

Live version

The application is available on geohash.jorren.nl for you to try out!

Developing the app

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 dev

Building & Deployment

The 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 build

Then we deploy the application to firebase

$ firebase deploy

And now we're done, enjoy.

About

Tool for resolving and visualizing geohashes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published