node-steamcommunity

Interact with various interfaces on Steam Community from Node.js

MIT License

Downloads
13.4K
Stars
475

Bot releases are visible (Hide)

node-steamcommunity - v3.9.6

Published by DoctorMcKay about 9 years ago

  • If there's an error in getWebApiKey, the returned error will be an Error object
node-steamcommunity - v3.9.5

Published by DoctorMcKay about 9 years ago

  • Fixed issues in CSteamUser constructor and in CSteamUser#getInventory (credit to @JorisD33 in PR #6)
node-steamcommunity - v3.9.4

Published by DoctorMcKay about 9 years ago

  • Better handing for missing items in user XML
node-steamcommunity - v3.9.3

Published by DoctorMcKay about 9 years ago

  • Actually fixed the issue v3.9.2 was meant to fix
node-steamcommunity - v3.9.2

Published by DoctorMcKay about 9 years ago

  • Fixed crash when receiving invalid XML when getting a CSteamUser
node-steamcommunity - v3.9.1

Published by DoctorMcKay about 9 years ago

  • Fixed getInventoryHistory callback not always receiving Error objects
node-steamcommunity - v3.9.0

Published by DoctorMcKay about 9 years ago

  • Added getInventoryHistory method
node-steamcommunity - v3.8.0

Published by DoctorMcKay about 9 years ago

  • Added getUserInventoryContexts (also CSteamUser#getInventoryContexts)
  • Added getUserInventory (also CSteamUser#getInventory)
node-steamcommunity - v3.7.2

Published by DoctorMcKay about 9 years ago

  • All instances of access being denied because you're not logged in will now be properly handled
node-steamcommunity - v3.7.1

Published by DoctorMcKay about 9 years ago

  • Fixed getWebApiKey not failing if not logged in
node-steamcommunity - v3.7.0

Published by DoctorMcKay about 9 years ago

  • CSteamUser methods are now available as non-object methods, to be called directly on your SteamCommunity instance
  • Added CSteamUser#inviteToGroup and SteamCommunity#inviteUserToGroup
node-steamcommunity - v3.6.0

Published by DoctorMcKay about 9 years ago

  • Added uploadAvatar method
node-steamcommunity - v3.5.2

Published by DoctorMcKay about 9 years ago

  • Use UTC times when parsing HTML
node-steamcommunity - v3.5.1

Published by DoctorMcKay about 9 years ago

  • Fixed group member retrieval paging not working
node-steamcommunity - v3.5.0

Published by DoctorMcKay about 9 years ago

node-steamcommunity - v3.4.0

Published by DoctorMcKay about 9 years ago

  • Added getMarketApps method (thanks to @rannmann in PR #3)
node-steamcommunity - v3.3.3

Published by DoctorMcKay about 9 years ago

  • Fixed one more crash, when using CSteamGroup#postAnnouncement
node-steamcommunity - v3.3.2

Published by DoctorMcKay about 9 years ago

  • Fixed some more crashes when using various class methods
node-steamcommunity - v3.3.1

Published by DoctorMcKay about 9 years ago

  • Fixed crashes when using various class methods
node-steamcommunity - v3.3.0

Published by DoctorMcKay about 9 years ago

  • Added setupProfile method