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) 204 B
import DeGiro from '../src/main' (async () => { const degiro: DeGiro = new DeGiro({}) await degiro.login() const accountConfig = await degiro.getAccountConfig() console.log(accountConfig) })()