I have started small new project: JavaScript implementation of Geohash named Fgh. Of course, there are other good JavaScript implementations of Geohash, but I used different — fast — approach I have found with my math-fu.
I haven’t chosen license for this code, but probably something like MIT or BSD.
P.S. Originally I named this library ‘GX’, but this name is used by another JavaScript library. So, I chose ‘Fgh’ name (“Fast GeoHash”) and changed post and its URL.
Tags: fgh, geohash, javascript