A user-friendly web interface for converting between GPS coordinates and S2 cells.
Requirements: >= Go 1.11
Clone the repository
go get -u github.com/gojekfarm/s2-calc
Install goexec
go get -u github.com/shurcooL/goexec
Install dependencies
make get-deps
Build and run server
make all
Navigate to localhost:<PORT_NUMBER>
(default 8080)