node-steamapi icon indicating copy to clipboard operation
node-steamapi copied to clipboard

An object-oriented Steam API wrapper for Node.js developers.

Results 11 node-steamapi issues
Sort by recently updated
recently updated
newest added

Webpack 5 no longer automatically adds polyfills for the following imports in fetch.js ``` const { createDeflate, createGunzip } = require('zlib'); const { parse } = require('url'); const https =...

getUserOwnedGames used to return the right url. Maybe it's a change on Steam api side, but now the url always end with `/undefined.png`

Hi! 👋 Firstly, thanks for your work on this project! 🙂 Today I used [patch-package](https://github.com/ds300/patch-package) to patch `[email protected]` for the project I'm working on. Here is the diff that solved...

Looks like `GetRecentlyPlayedGames` supports a optional count parameter which is not implemented From Steam docs: ``` GetRecentlyPlayedGames returns a list of games a player has played in the last two...

Sometimes when using node-steamapi, a network error will crash the entire node.js process: ``` events.js:292 throw er; // Unhandled 'error' event ^ Error: getaddrinfo ENOTFOUND api.steampowered.com at GetAddrInfoReqWrap.onlookup [as oncomplete]...

I tried to fetch my apps list and got this error. The request itself returned 200 OK and the data I needed. > Uncaught (in promise) Error: incorrect header check...

[Keyv](https://www.npmjs.com/package/keyv) allows integration with the current Map api used but also provides external storage of cached values in something like Redis or MongoDB. I can write the integration but didn't...

I cant seem to fetch user stats while providing an appid or steam id. It is throwing internal.. any ideas?

Hello xDimGG, first of all nice work with this package, the code is well-written and easy to follow, as well as the docs. I had an idea for a project,...

Hi! Sorry, it's me again. # Problem The build step runs fine, but now I'm seeing a new runtime error: ``` Error: Cannot find module '../../package.json' Require stack: - /vercel/path0/node_modules/steamapi/dist/src/SteamAPI.js...