1.0.8 • Published 2 months ago
@suyotech-dev/smartapi-js v1.0.8
#Unofficial SDK for angelone.in smartapi
Installation
Note - Support only for ES6 modules. Commonjs not supported.
npm install @suyotech-dev/smartapi-js
const brokerid = "ABCD";
const mpin = "2025";
const apikey = "aklsdjflskd";
const totpkey = "AFDDFJDJLLEEIJD";
const api = new SmartApi(brokerid,mpin,apikey,totpkey);
await api.generateSession();