diff options
| author | Dominik Picheta <dominikpicheta@googlemail.com> | 2018-07-20 21:42:28 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-07-20 21:42:28 +0100 |
| commit | 78655e4c3e4c3f916975b019a6f574bda49c2f66 (patch) | |
| tree | 68c2c0d2d01fb160230d46b4d64791c950bd3966 | |
| parent | 729b2cb002be0672568a6e1acb43e2e1c64ac795 (diff) | |
| parent | 9226e8478a8af90620de988130e1f03f067d2314 (diff) | |
| download | packages-78655e4c3e4c3f916975b019a6f574bda49c2f66.tar.gz packages-78655e4c3e4c3f916975b019a6f574bda49c2f66.zip | |
Merge pull request #803 from juancarlospaco/add-openexchangerates1334
Added package openexchangerates
| -rw-r--r-- | packages.json | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/packages.json b/packages.json index e082aee..61f7453 100644 --- a/packages.json +++ b/packages.json @@ -10041,5 +10041,23 @@ "description": "Time travelling for Nim", "license": "MIT", "web": "https://github.com/ba0f3/timecop.nim" + }, + { + "name": "openexchangerates", + "url": "https://github.com/juancarlospaco/nim-openexchangerates", + "method": "git", + "tags": [ + "money", + "exchange", + "openexchangerates", + "bitcoin", + "gold", + "dollar", + "euro", + "prices" + ], + "description": "OpenExchangeRates API Client for Nim. Works with/without SSL. Partially works with/without Free API Key.", + "license": "MIT", + "web": "https://github.com/juancarlospaco/nim-openexchangerates" } ] |
