steam-market-seller
steam-market-seller copied to clipboard
Several very handy features request
Please add these features:
- Calculate total revenue from visible/all items (without selling)
- Show prices with user native currency
- I'm not going to do this because I'd not use it. You could probably do something with the sellQueue e.g. don't start it processing (change the 1 to 0 on its creation
var sellQueue = async.queue(...
) and when the itemQueue is completed just add up the sell prices. Feel free to submit a pull request if you do add this option in. - I can't spot anything in the page that'd help you much with this.
var g_rgWalletInfo = {"wallet_currency":2,"wallet_country":"GB"
would be something but that's certainly not telling you that 1 should look like £0.01. Maybe there's a helper function in steam's javascript somewhere.