From 6416e16578f5da662e1f3b6ba35baa8b3eae8706 Mon Sep 17 00:00:00 2001 From: juancarlospaco Date: Thu, 25 Oct 2018 10:26:34 -0300 Subject: [PATCH] Added package georefar --- packages.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/packages.json b/packages.json index 45e5d77..40fe4b4 100644 --- a/packages.json +++ b/packages.json @@ -11189,5 +11189,21 @@ "description": "A URL shortener cli app. using bit.ly", "license": "MIT", "web": "https://github.com/jabbalaci/UrlShortener" + }, + { + "name": "georefar", + "url": "https://github.com/juancarlospaco/nim-georefar", + "method": "git", + "tags": [ + "geo", + "openstreetmap", + "async", + "multisync", + "opendata", + "gov" + ], + "description": "GeoRef Argentina Government MultiSync API Client for Nim", + "license": "MIT", + "web": "https://github.com/juancarlospaco/nim-georefar" } ]