0.2.0 • Published 2 years ago

botclient v0.2.0

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

botclient-lib

Botclient Lib to interface with binance plus trading bot is a TypeScript/JavaScript library for communication with trading bot for binance plus.It composes all functions needed for binance plus

Install

$ npm install --save botclient

Import the your library

import * as bot from "botclient";

Usage

TypeScript

// Call bot client  method

let userdata = new bot("server url").sendUserBotInitiateRequest("data");
console.log(userdata);

.
.
.
.