diff options
| author | Juan Carlos <juan@thirstie.com> | 2018-07-20 10:34:47 -0300 |
|---|---|---|
| committer | Juan Carlos <juan@thirstie.com> | 2018-07-20 10:34:47 -0300 |
| commit | 9226e8478a8af90620de988130e1f03f067d2314 (patch) | |
| tree | 9e407fc44da11839a8938f93695c6da0f93b95ac | |
| parent | 128f0bcb5df119f7e23f62a87ac66e6722578d05 (diff) | |
| download | packages-9226e8478a8af90620de988130e1f03f067d2314.tar.gz packages-9226e8478a8af90620de988130e1f03f067d2314.zip | |
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 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" } ] |
