degiro-api
Advanced tools
Comparing version 0.6.4 to 0.6.5
{ | ||
"name": "degiro-api", | ||
"version": "0.6.4", | ||
"version": "0.6.5", | ||
"public": true, | ||
@@ -5,0 +5,0 @@ "description": "Unofficial DeGiro API for Javascript. Buy and sell in the stock market. See your portfolio and much more", |
@@ -603,3 +603,3 @@ # DeGiro Trading Broker API | ||
const degiro: DeGiro = new DeGiro({ | ||
username: 'nachoogoomezomg', | ||
username: '<your_username_here>', | ||
pwd: <string>process.env.DEGIRO_PWD, | ||
@@ -641,3 +641,3 @@ }) | ||
const degiro: DeGiro = new DeGiro({ | ||
username: 'nachoogoomezomg', | ||
username: '<your_username_here>', | ||
pwd: <string>process.env.DEGIRO_PWD, | ||
@@ -644,0 +644,0 @@ }) |
1599686