rushorder
v0.0.4
Published
A basic interface for interacting with rushorder.com
Readme
rushorder
A basic library for interacting with RushOrder.com
npm install rushorderExample:
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
