eccentrade-client

1.0.28 • Public • Published

eccentrade-node

Official JavaScript client for the Eccentrade API https://developer.eccentrade.com. Works on both server and client side.

Installation

npm install eccentrade-client

Usage

Require Eccentrade:

const Eccentrade = require('eccentrade-client');

Create a client:

Using Personal Access Tokens

const client = new Eccentrade.Client({ token: 'my_token' });

Using credentials (deprecated)

const client = new Eccentrade.Client({
  appId: <appId>
  email: <email>
  password: <password>
});

Readme

Keywords

none

Package Sidebar

Install

npm i eccentrade-client

Weekly Downloads

3

Version

1.0.28

License

MIT

Unpacked Size

146 kB

Total Files

22

Last publish

Collaborators

  • sixpaq
  • svdakker