1.0.3 • Published 8 months ago

kite-publisher v1.0.3

Weekly downloads
-
License
ISC
Repository
github
Last release
8 months ago

Kite Publisher

A lightweight NPM package for integrating Kite Connect Publisher functionalities.

Installation

npm install kite-publisher
const KitePublisher = require('kite-publisher');

const publisher = new KitePublisher("your_api_key");

publisher.initialize().then(() => {
publisher.addStockToBasket({
exchange: "NSE",
tradingsymbol: "INFY",
quantity: 1,
transaction_type: "BUY",
order_type: "MARKET",
});

    publisher.renderButton('#buy-button');

});
1.0.3

8 months ago

1.0.2

8 months ago

1.0.1

8 months ago

1.0.0

8 months ago