diff options
| author | Juan Carlos <juancarlospaco@gmail.com> | 2018-11-23 19:38:44 -0300 |
|---|---|---|
| committer | Dominik Picheta <dominikpicheta@googlemail.com> | 2018-11-23 22:38:44 +0000 |
| commit | 06d399d75edf44b5326a10b818841003e643de85 (patch) | |
| tree | a0995fd83cdf99f5a7549a6401ed7e548ca447c4 | |
| parent | 952d060762c935b93cea9c4193a6c09dd42e48bc (diff) | |
| download | packages-06d399d75edf44b5326a10b818841003e643de85.tar.gz packages-06d399d75edf44b5326a10b818841003e643de85.zip | |
Added package open_elevation (#937)
| -rw-r--r-- | packages.json | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/packages.json b/packages.json index 7505ee4..99b2522 100644 --- a/packages.json +++ b/packages.json @@ -11554,6 +11554,21 @@ "web": "https://github.com/xmonader/nim-asciitables" }, { + "name": "open_elevation", + "url": "https://github.com/juancarlospaco/nim-open-elevation", + "method": "git", + "tags": [ + "openstreetmap", + "geo", + "elevation", + "multisync", + "async" + ], + "description": "OpenStreetMap Elevation API MultiSync Client for Nim", + "license": "MIT", + "web": "https://github.com/juancarlospaco/nim-open-elevation" + }, + { "name": "gara", "url": "https://github.com/alehander42/gara", "method": "git", |
