1.0.8 • Published 8 years ago

node-spot v1.0.8

Weekly downloads
34
License
-
Repository
github
Last release
8 years ago

node-spot

SPOT POS Wrapper in NodeJS, fully promisified

Initialization

var SPOT = require('node-spot');
var pos = new SPOT({ account_key: your_account_key, security_id: your_security_id, production: true });

Basic use

First setup the token: pos.Util.GetToken();

Then you can query any of the SPOT endpoints: https://developer.spotpos.com/ such as pos.User.Login(email, password);

1.0.8

8 years ago

1.0.7

8 years ago

1.0.6

8 years ago

1.0.5

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.0

9 years ago