From 9226e8478a8af90620de988130e1f03f067d2314 Mon Sep 17 00:00:00 2001 From: Juan Carlos Date: Fri, 20 Jul 2018 10:34:47 -0300 Subject: [PATCH] Added package openexchangerates --- packages.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/packages.json b/packages.json index 558da9a..c4c827d 100644 --- a/packages.json +++ b/packages.json @@ -10025,5 +10025,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" } ]