diff options
| author | saratchandra92 <saratchandra@outlook.com> | 2015-05-17 16:54:04 +0530 |
|---|---|---|
| committer | saratchandra92 <saratchandra@outlook.com> | 2015-05-17 16:54:04 +0530 |
| commit | d94815c776ebb7baaa8a53b693499ea2dc53d759 (patch) | |
| tree | 2570557640de7b43c85e69d1a34b24435836ff54 | |
| parent | 8020bb4aafb7a218aeb67bb09e105496ea402c1a (diff) | |
| download | packages-d94815c776ebb7baaa8a53b693499ea2dc53d759.tar.gz packages-d94815c776ebb7baaa8a53b693499ea2dc53d759.zip | |
Update packages.json
| -rw-r--r-- | packages.json | 9 |
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" } ] |
