Added support for env variables and added basic tests for Alpaca.

This commit is contained in:
2023-10-20 16:50:55 -04:00
parent 6dc8ecaf26
commit 7ceb69e9d5
4 changed files with 52 additions and 4 deletions

View File

@ -29,6 +29,7 @@
},
"dependencies": {
"@alpacahq/alpaca-trade-api": "^3.0.1",
"dotenv": "^16.3.1",
"winston": "^3.10.0"
}
}