/node-steam-tradeoffer-manager

Simple and sane Steam trade offer management

Primary LanguageJavaScriptMIT LicenseMIT

This forked version of the reepository resolves the gap in the reading trade offers where the library polls not only active trade offers, but inactive and completed as well.

To spot the gap the Google Chrome debugger and profiler were used. The problem here is that tradeoffer-manager caches every single offer with every single item in your trade offer history. Thus, if you have a long history with many items in trade offers, the library will take a huge amount of hard disk and RAM resourses. So the only change here is to read only active trade offfers.

Steam Trade Offer Manager for Node.js

npm version npm downloads dependencies license paypal

This module is designed to be a completely self-contained manager for Steam trade offers.

Instead of being just a simple API wrapper, it's designed to take most of the work out of implementing trade offers in your application.

This reports anonymous usage statistics to the author. See here for more information.

You absolutely need Node.js v4.0.0 or later or this won't work.

Install it from npm or check out the wiki for documentation.

Have a question about the module or coding in general? Do not create a GitHub issue. GitHub issues are for feature requests and bug reports. Instead, post in the dedicated forum. Such issues may be ignored!

Support

Report bugs on the issue tracker or ask questions on the dedicated forum.