UNPKG

degiro-api

Version:

Unofficial DeGiro API for Javascript. Buy and sell in the stock market. See your portfolio and much more

11 lines (7 loc) 210 B
import DeGiro from '../src/main' (async () => { const degiro: DeGiro = new DeGiro({}) await degiro.login() const webUserSettings = await degiro.getWebUserSettings() console.log(webUserSettings) })()