Shivdas

About

Username
Shivdas
Joined
Visits
2
Last Active
Roles
Member

Comments

  • I think you should have to use following code And probably it will help you var KiteTicker = require("kiteconnect").KiteTicker; var ticker = new KiteTicker({ api_key: "api_key", access_token: "access_token" }); ticker.connect(); ticker.on(…