From 2796829356bdc34e691909a4789a5e385f46e87c Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Thu, 28 Jul 2016 05:23:39 -0400 Subject: [PATCH] add 'used by' section --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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 ---------------