Skip to content

Commit

Permalink
created base RobinhoodUser class
Browse files Browse the repository at this point in the history
  • Loading branch information
nielse63 committed Jun 28, 2020
1 parent 71d3bd9 commit 853369e
Show file tree
Hide file tree
Showing 33 changed files with 289 additions and 2,997 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,18 +23,18 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
# - name: Cache node modules
# uses: actions/cache@v2
# env:
# cache-name: cache-node-modules
# with:
# # npm cache files are stored in `~/.npm` on Linux/macOS
# path: ~/.npm
# key: ${{ runner.os }}-build-${{ env.cache-name }}-${{ hashFiles('**/package-lock.json') }}
# restore-keys: |
# ${{ runner.os }}-build-${{ env.cache-name }}-
# ${{ runner.os }}-build-
# ${{ runner.os }}-
- name: Cache node modules
uses: actions/cache@v2
env:
cache-name: cache-node-modules
with:
# npm cache files are stored in `~/.npm` on Linux/macOS
path: ~/.npm
key: ${{ runner.os }}-build-${{ env.cache-name }}-${{ hashFiles('**/package-lock.json') }}
restore-keys: |
${{ runner.os }}-build-${{ env.cache-name }}-
${{ runner.os }}-build-
${{ runner.os }}-
- run: npm ci
# - run: npm run lint
# - run: npm run build --if-present
Expand Down
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# Logs
logs/*
!logs/.gitkeep
*.log
npm-debug.log*
yarn-debug.log*
Expand Down
28 changes: 0 additions & 28 deletions __mocks__/account.js

This file was deleted.

12 changes: 0 additions & 12 deletions __mocks__/alpaca.bars.mock.js

This file was deleted.

6 changes: 0 additions & 6 deletions __mocks__/alpaca.clock.mock.js

This file was deleted.

32 changes: 0 additions & 32 deletions __mocks__/alpaca.js

This file was deleted.

Loading

0 comments on commit 853369e

Please sign in to comment.