diff --git a/README.md b/README.md index 8b37ab9..7453af5 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,17 @@ s2-geometry (JavaScript/ES5.1) ====================== -A pure JavaScript/ES5.1 port of Google/Niantic's S2 Geometry library (used by **Ingress**, **Pokemon GO**) +A pure JavaScript/ES5.1 port of Google/Niantic's S2 Geometry library (as used by **Ingress**, **Pokemon GO**) Currently contains basic support for S2Cell +Where is this being used? +--------------------- + +* [pokemap-webapp](https://github.com/Daplie/pokemap-webapp) +* [node-pokemap](https://github.com/Daplie/node-pokemap) +* [Pokemon-GO-node-api](https://github.com/Daplie/Pokemon-GO-node-api) + Simple Examples ---------------