coingate-api
TypeScript icon, indicating that this package has built-in type declarations

0.0.5 • Public • Published

Coingate-api

Installation

npm install npm install coingate-api

or

yarn add coingate-api

Quick Start

var Client = require('coingate-api').Client;
var client = new Client({'mode': staging || production, 'appId': myappid, 'apiKey': mykey, 'apiSecret': mysecret});

Making API Calls

Creating a new order

client.createOrder(order);

Client returns a promise.

Package Sidebar

Install

npm i coingate-api

Weekly Downloads

2

Version

0.0.5

License

ISC

Last publish

Collaborators

  • mrsmith9ja