0.0.4 • Published 10 years ago

rushorder v0.0.4

Weekly downloads
3
License
MIT
Repository
github
Last release
10 years ago

rushorder

A basic library for interacting with RushOrder.com

npm install rushorder

Example:

var ro = require('rushorder');
ro.getAPIKey('username', 'password', function (err, key) {
  console.log(key);
  ro.getInventory(key, function (err, inventory) {
    console.log(inventory);
  });
});

license

MIT

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago