UNPKG

bittrex-api-client

Version:

A client which can be used to interact with Bittrex's API. Entirely developed in TypeScript.

21 lines (13 loc) 718 B
# Bittrex API client This module is intended as an interface to the Bittrex API (documentation [here](https://bittrex.com/home/api)), which lets you manage your account through simple REST requests. ## Installation The installation step is really straight-forward. Just execute the following command: ```npm install bittrex-api-client``` ## Documentation You can find the documentation to this project [here](https://luzzif.github.io/node-bittrex-api-client/). ## Donations Please if you like my work consider donating something. Every offer helps me giving out the best software! - Bitcoin: ```3JFXQE6mQibmrxoq3YHKqRUHAvmXxuY8r9``` - Ethereum: ```0x35E2acD3f46B13151BC941daa44785A38F3BD97A``` Thank you all <3