4.1.3 • Published 3 years ago

indodax-api-wrapper v4.1.3

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

Indodax API Wrapper

This is not an official Indodax API Wrapper, this package is made to help you to use Indodax private and public API, you need to provide your API and Secret key to use this package


Requirements

You will only need Node.js / Yarn, installed in your environement.

Node

  • Node installation on Windows

    Just go on official Node.js website and download the installer. Also, be sure to have git available in your PATH, npm might need it (You can find git here).

  • Node installation on Ubuntu

    You can install nodejs and npm easily with apt install, just run the following commands.

sudo apt install nodejs
sudo apt install npm

If the installation was successful, you should be able to run the following command.

node --version
v15.8.0

npm --version
7.5.1

If you need to update npm, you can make it using npm! Cool right? After running the following command, just open again the command line and be happy.

npm install npm -g

Yarn installation

After installing node, this project will need yarn too, so just run the following command.

npm install -g yarn

Install

npm instalal indodax-api-wraapper

Configure app

To see full detail of private API documentation (to get the detail parameter required for each function), you can refer to the Indodax official documentation here

4.1.3

3 years ago

4.1.2

3 years ago

4.1.1

3 years ago

4.1.0

3 years ago

4.0.0

3 years ago

3.0.2

3 years ago

3.0.1

3 years ago

3.0.0

3 years ago

2.5.0

3 years ago

2.4.7

3 years ago

2.4.9

3 years ago

2.4.8

3 years ago

2.4.6

3 years ago

2.4.5

3 years ago

2.4.4

3 years ago

2.4.3

3 years ago

2.4.2

3 years ago

2.3.2

3 years ago

2.2.2

3 years ago

2.2.1

3 years ago

2.1.1

3 years ago

2.1.0

3 years ago

2.0.0

3 years ago

1.0.0

3 years ago