0.0.1 • Published 1 year ago

tastytrade-api v0.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

Tastytrade Api Javascript SDK

Building Locally

npm run build Outputs everything to dist/

Running example app

npm run build
cd examples/
npm install
npm run dev

Open http://localhost:3000 with your browser to see the result.

Tests

Unit tests are for specific pieces of code and should not make any external calls (http requests). If needed, you can mock out an http response in your unit test.

For testing actual api requests, use the tests/integration folder.

Directory structure should match the lib structure. Service tests will go in tests/unit/service/<servicefilename>.test.ts