New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

indodax-api-wrapper

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

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

unpublished
latest
Source
npmnpm
Version
4.1.3
Version published
Maintainers
1
Created
Source

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

FAQs

Package last updated on 27 Jun 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts