0.0.1 • Published 2 years ago

invesbroking v0.0.1

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

Inveslib Project

Description

A Library for connecting multiple trading brokers with their API in a single place

Project bootstrapped using NodeJS Starter ToolKit.

Getting Started

To Initialise :

const con = require("inveslib");


const kc = con.IConnect(<Broker name> (string));  // Currently supports Kite 

await kc.init(<requestToken>)

Broker Name Options: 'KITE'

Response token is one which we get after successfully logged in to the Broker.