przemko0 / node-steam-market-sell-bot

node.js script for selling items on steam market
6 stars 2 forks source link

Turn this into a singular module #1

Closed Revadike closed 6 years ago

Revadike commented 6 years ago

Right now, you use 2 modules (steamBot.js and apiRequests.js) for your client code (app.js). It would be nice to turn it into 1 package/module (e.g. node-steam-market) and publish it to npmjs registry. Also, some documentation on the methods would be nice. Finally, allow us to pass instances of steam-user, steamcommunity, etc ourselves, as we are most likely using these in our client code too for other stuff and this way we can avoid logging into both modules multiple times.

przemko0 commented 6 years ago

Hey, I might just have something for you https://github.com/irqize/node-steam-market-sell :)

Revadike commented 6 years ago

Wow, nice! Thanks :)