Skip to content

Commit

Permalink
updated sample, too
Browse files Browse the repository at this point in the history
  • Loading branch information
tylerfloyd committed Dec 2, 2019
1 parent a1c8c03 commit 200ff23
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions sample/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,9 @@ TastyWorks.authorization()
.then(history => {
console.log('======= ACCOUNT HISTORY =======');
console.log(history)
})
.then(() => TastyWorks.marketMetrics(['AMZN', 'SPX']))
.then(marketData => {
console.log('======= Market Data =======');
console.log(marketData)
});

0 comments on commit 200ff23

Please sign in to comment.