Skip to content

svda/eccentrade-node

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

90 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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>
});

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published