STEAM KEY ONLINE REDEEM
November 9, 2017 · View on GitHub
You can redeem steam game keys automatically in local os remote.
For example:
- Deploying this server in other country for redeeming keys cross area.
- Redeeming a keys bundle only one click
HongKong demo redeeming server: https://steamis.me . Thanks Htroy (@FsHtroy) for supporting this server.
1.2.1 (2017/11/10)
- Fixed BUG on Node.js 6
- More export filter options.
- Retry "DoesNotOwnRequiredApp" later automatically.
- Waiting 1 hour for continuing redeem after rate limited.
- Display server information.
- Add security information.
Screenshot

How to use
Installing Node.js Environment
At least Node.js 6.0
Installing dependencies, Configuring
- Executing command
npm install --only=production - Renaming file
serverconfig.example.jsontoserverconfig.json - [Optional] Configuring
serverconfig.json
Launching(Local)
- Executing command
npm start - Visiting in browser(Default port is 3999)
Launching(Deploy in server)
- Executing command
npm install pm2 -g - Executing command
npm run deploy - Visiting in browser(Default port is 3999)
License
Authors
This project based on zyfworks/steam-key.
Original author: Makazeu (@zyfworks)