aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--packages.json9
1 files changed, 9 insertions, 0 deletions
diff --git a/packages.json b/packages.json
index e005365..01ee9b6 100644
--- a/packages.json
+++ b/packages.json
@@ -1470,5 +1470,14 @@
"description": "A rudimentary Nim REPL",
"license": "MIT",
"web": "https://github.com/wheineman/nrpl"
+ },
+ {
+ "name": "nim-geocoding",
+ "url": "https://github.com/saratchandra92/nim-geocoding",
+ "method": "git"
+ "tags": ["library", "geocoding", "maps"]
+ "decription": "A simple library for Google Maps Geocoding API",
+ "license": "MIT"
+ "web": "https://github.com/saratchandra92/nim-geocoding"
}
]