Saturday, January 6, 2018

TRADE OFFERS

steam-tradeoffers 

Steam Trade Offers for Node.js

NPM Version NPM Downloads PayPal Donate Button Steam Items Donate Button
steam-tradeoffers is a library for Node.js written in JavaScript. It allows you to automate Steam trading using trade offers. It was designed with node-steam in mind, but does not depend on it directly. Some of the methods of the library are wrappers for Steam Web API.
Please read the FAQ first if you have any questions.
If your question is not answered here, please ask it in https://github.com/steam-forward/node-steam-forumplease do not open an issue here. Issues are only for bugs and feature requests.

Installation

npm install steam-tradeoffers

Usage

Instantiate a SteamTradeOffers object...
var SteamTradeOffers = require('steam-tradeoffers');
var offers = new SteamTradeOffers();
...then setup session and WebAPI key:
offers.setup({
  sessionID: sessionID,
  webCookie: cookies,
  APIKey: webAPIKey
});

No comments:
Write comments