An open API service indexing awesome lists of open source software.

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

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
```