Merge pull request #735 from Imperator26/master

Adds binance library
This commit is contained in:
Dominik Picheta 2018-05-11 23:33:16 +01:00 committed by GitHub
commit 520b454d9b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"
}
]