Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

SPOT POS Wrapper in NodeJS, fully promisified

Resources

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Languages