https://github.com/dmitriz/order-wrapper
functions wrapping crypto exchange API calls
https://github.com/dmitriz/order-wrapper
Last synced: over 1 year ago
JSON representation
functions wrapping crypto exchange API calls
- Host: GitHub
- URL: https://github.com/dmitriz/order-wrapper
- Owner: dmitriz
- License: mit
- Created: 2024-12-03T14:21:25.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-06T01:51:07.000Z (over 1 year ago)
- Last Synced: 2025-02-01T21:46:49.853Z (over 1 year ago)
- Language: JavaScript
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# order-wrapper
functions wrapping crypto exchange API calls
## Running AVA Tests
To run the AVA tests for the `createNewOrder` function, follow these steps:
1. Install the dependencies:
```sh
npm install
```
2. Run the tests:
```sh
npx ava
```