diff options
| author | Federico <federico.corazza@live.it> | 2018-05-11 23:38:29 +0200 |
|---|---|---|
| committer | Federico <federico.corazza@live.it> | 2018-05-11 23:38:29 +0200 |
| commit | e66fefdd571b5010e8dc0c83c33fe6736817d058 (patch) | |
| tree | 3c1f11f131cb0f2e5470e4379d2a64870ed09ebc | |
| parent | ffccf243c93e7f0b877e2977939cf5f568131c0b (diff) | |
| download | packages-e66fefdd571b5010e8dc0c83c33fe6736817d058.tar.gz packages-e66fefdd571b5010e8dc0c83c33fe6736817d058.zip | |
Adds binance library
| -rw-r--r-- | packages.json | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/packages.json b/packages.json index d986e96..9155fcd 100644 --- a/packages.json +++ b/packages.json @@ -9276,5 +9276,18 @@ "description": "OS Utils for Nim, simple tiny but useful procs for OS. Turn Display OFF and set Process Name.", "license": "LGPLv3", "web": "https://github.com/juancarlospaco/nim-osutil" + }, + { + "name": "binance", + "url": "https://github.com/Imperator26/binance", + "method": "git", + "tags": [ + "library", + "api", + "binance" + ], + "description": "A Nim library to access the Binance API.", + "license": "Apache License 2.0", + "web": "https://github.com/Imperator26/binance" } ] |
