aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--packages.json18
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"
}
]