storebox-api

1.0.1 • Public • Published

Storebox API

This is an unofficial API to Storebox.com.

Usage

npm install storebox-api --save 
var sb = require('node-rest-client').Storebox("[obtained key]");

test.cards(function(err, result){
    console.log("")
    console.log("Cards:")
    for (var i = result.length - 1; i >= 0; i--) {
        console.log(result[i].name);
    }
});

The [obtained key] can be found by logging in to Storebox, inspect, and find the cookie named 'auth-token' (Yes, it is a huge string).

Readme

Keywords

none

Package Sidebar

Install

npm i storebox-api

Weekly Downloads

2

Version

1.0.1

License

ISC

Last publish

Collaborators

  • madsbuch